
Data Fields | |
| int | generation |
| char | ip [16] |
| char | name [100] |
| char | network [6] |
| struct 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 123 of file chan_gtalk.c.
| int generation |
Definition at line 131 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| char ip[16] |
Definition at line 132 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), gtalk_create_candidates(), and gtalk_update_stun().
| char name[100] |
Definition at line 124 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| char network[6] |
Definition at line 130 of file chan_gtalk.c.
Referenced by gtalk_add_candidate().
| struct gtalk_candidate* next |
Definition at line 135 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), gtalk_create_candidates(), gtalk_create_member(), gtalk_free_candidates(), and gtalk_update_stun().
| char password[100] |
Definition at line 128 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| int port |
Definition at line 133 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), gtalk_create_candidates(), and gtalk_update_stun().
| double preference |
Definition at line 126 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| enum gtalk_protocol protocol |
Definition at line 125 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| int receipt |
Definition at line 134 of file chan_gtalk.c.
Referenced by gtalk_add_candidate().
| enum gtalk_connect_type type |
Definition at line 129 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), and gtalk_create_candidates().
| char username[100] |
Definition at line 127 of file chan_gtalk.c.
Referenced by gtalk_add_candidate(), gtalk_create_candidates(), and gtalk_update_stun().