Data Fields | |
unsigned int | component |
unsigned int | foundation |
unsigned int | generation |
char | ip [16] |
unsigned int | network |
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 124 of file chan_jingle.c.
unsigned int component |
ex. : 1 for RTP, 2 for RTCP
Definition at line 125 of file chan_jingle.c.
Referenced by jingle_create_candidates().
unsigned int foundation |
Function of IP, protocol, type
Definition at line 126 of file chan_jingle.c.
Referenced by jingle_create_candidates().
unsigned int generation |
char ip[16] |
Definition at line 128 of file chan_jingle.c.
Referenced by jingle_create_candidates(), and jingle_update_stun().
unsigned int network |
struct jingle_candidate* next |
Definition at line 137 of file chan_jingle.c.
Referenced by jingle_create_candidates(), jingle_create_member(), jingle_free_candidates(), and jingle_update_stun().
char password[100] |
unsigned int port |
Definition at line 130 of file chan_jingle.c.
Referenced by jingle_create_candidates(), and jingle_update_stun().
unsigned int preference |
Definition at line 136 of file chan_jingle.c.
unsigned int priority |
enum jingle_protocol protocol |
enum jingle_connect_type type |
char ufrag[100] |
Definition at line 135 of file chan_jingle.c.
Referenced by jingle_create_candidates(), and jingle_update_stun().