
Data Fields | |
| unsigned int | component |
| unsigned int | foundation |
| unsigned int | generation |
| char | ip [16] |
| unsigned int | network |
| struct jingle_candidate * | next |
| char | password [100] |
| unsigned int | port |
| unsigned int | preference |
| unsigned int | priority |
| enum jingle_protocol | protocol |
| enum jingle_connect_type | type |
| char | ufrag [100] |
Definition at line 127 of file chan_jingle.c.
| unsigned int component |
ex. : 1 for RTP, 2 for RTCP
Definition at line 128 of file chan_jingle.c.
Referenced by jingle_create_candidates().
| unsigned int foundation |
Function of IP, protocol, type
Definition at line 129 of file chan_jingle.c.
Referenced by jingle_create_candidates().
| unsigned int generation |
Definition at line 130 of file chan_jingle.c.
Referenced by jingle_add_candidate(), and jingle_create_candidates().
| char ip[16] |
Definition at line 131 of file chan_jingle.c.
Referenced by jingle_add_candidate(), jingle_create_candidates(), and jingle_update_stun().
| unsigned int network |
Definition at line 132 of file chan_jingle.c.
Referenced by jingle_add_candidate(), and jingle_create_candidates().
| struct jingle_candidate* next |
Definition at line 140 of file chan_jingle.c.
Referenced by jingle_add_candidate(), jingle_create_candidates(), jingle_create_member(), jingle_free_candidates(), and jingle_update_stun().
| char password[100] |
Definition at line 136 of file chan_jingle.c.
Referenced by jingle_add_candidate(), and jingle_create_candidates().
| unsigned int port |
Definition at line 133 of file chan_jingle.c.
Referenced by jingle_add_candidate(), jingle_create_candidates(), and jingle_update_stun().
| unsigned int preference |
Definition at line 139 of file chan_jingle.c.
| unsigned int priority |
Definition at line 134 of file chan_jingle.c.
Referenced by jingle_create_candidates().
| enum jingle_protocol protocol |
Definition at line 135 of file chan_jingle.c.
Referenced by jingle_add_candidate(), and jingle_create_candidates().
| enum jingle_connect_type type |
Definition at line 137 of file chan_jingle.c.
Referenced by jingle_add_candidate(), and jingle_create_candidates().
| char ufrag[100] |
Definition at line 138 of file chan_jingle.c.
Referenced by jingle_create_candidates(), and jingle_update_stun().