Data Fields | |
| struct { | |
| int count | |
| int size | |
| char ** uri | |
| } | callee_candidates |
| char * | callee_uri |
| char * | caller_uri |
| Bool | confirmed |
| time_t | expire |
| gen_lock_t | lock |
Definition at line 142 of file nat_traversal.c.
| struct { ... } callee_candidates |
| char* callee_uri |
Definition at line 144 of file nat_traversal.c.
Referenced by __dialog_confirmed(), __dialog_destroy(), and Dialog_Param_del().
| char* caller_uri |
Definition at line 143 of file nat_traversal.c.
Referenced by __dialog_created(), __dialog_destroy(), and Dialog_Param_del().
Definition at line 146 of file nat_traversal.c.
Referenced by __dialog_confirmed(), and __dialog_early().
| int count |
Definition at line 150 of file nat_traversal.c.
Referenced by __dialog_confirmed(), __dialog_destroy(), Dialog_Param_add_candidate(), Dialog_Param_del(), and Dialog_Param_has_candidate().
| time_t expire |
Definition at line 145 of file nat_traversal.c.
Referenced by __dialog_confirmed(), __dialog_created(), __dialog_early(), and Dialog_Param_new().
| gen_lock_t lock |
Definition at line 147 of file nat_traversal.c.
Referenced by __dialog_confirmed(), __dialog_destroy(), __dialog_early(), Dialog_Param_del(), and Dialog_Param_new().
| int size |
Definition at line 151 of file nat_traversal.c.
Referenced by Dialog_Param_add_candidate(), and Dialog_Param_new().
| char** uri |
Definition at line 149 of file nat_traversal.c.
Referenced by __dialog_confirmed(), __dialog_destroy(), Dialog_Param_add_candidate(), Dialog_Param_del(), Dialog_Param_has_candidate(), and Dialog_Param_new().
1.5.6