Data Fields | |
int | generation |
char | ip [16] |
char | name [100] |
char | network [6] |
gtalk_candidate * | next |
char | password [100] |
int | port |
double | preference |
enum gtalk_protocol | protocol |
int | receipt |
enum gtalk_connect_type | type |
char | username [100] |
Definition at line 136 of file chan_gtalk.c.
int generation |
Definition at line 144 of file chan_gtalk.c.
char ip[16] |
Definition at line 145 of file chan_gtalk.c.
Referenced by gtalk_create_candidates(), and gtalk_update_stun().
char name[100] |
char network[6] |
Definition at line 143 of file chan_gtalk.c.
struct gtalk_candidate* next |
Definition at line 148 of file chan_gtalk.c.
Referenced by gtalk_create_candidates(), gtalk_create_member(), gtalk_free_candidates(), and gtalk_update_stun().
char password[100] |
int port |
Definition at line 146 of file chan_gtalk.c.
Referenced by gtalk_create_candidates(), and gtalk_update_stun().
double preference |
enum gtalk_protocol protocol |
int receipt |
enum gtalk_connect_type type |
char username[100] |
Definition at line 140 of file chan_gtalk.c.
Referenced by gtalk_create_candidates(), and gtalk_update_stun().