FreeSWITCH API Documentation  1.7.0
Data Fields
switch_rtp_ice_t Struct Reference
+ Collaboration diagram for switch_rtp_ice_t:

Data Fields

char * ice_user
 
char * user_ice
 
char * luser_ice
 
char * pass
 
char * rpass
 
switch_sockaddr_taddr
 
uint32_t funny_stun
 
switch_time_t next_run
 
switch_core_media_ice_type_t type
 
ice_tice_params
 
ice_proto_t proto
 
uint8_t sending
 
uint8_t ready
 
uint8_t rready
 
int missed_count
 
char last_sent_id [13]
 
switch_time_t last_ok
 

Detailed Description

Definition at line 238 of file switch_rtp.c.

Field Documentation

switch_sockaddr_t* switch_rtp_ice_t::addr
uint32_t switch_rtp_ice_t::funny_stun

Definition at line 245 of file switch_rtp.c.

ice_t* switch_rtp_ice_t::ice_params
char* switch_rtp_ice_t::ice_user
switch_time_t switch_rtp_ice_t::last_ok

Definition at line 255 of file switch_rtp.c.

Referenced by handle_ice().

char switch_rtp_ice_t::last_sent_id[13]

Definition at line 254 of file switch_rtp.c.

Referenced by handle_ice(), and ice_out().

char* switch_rtp_ice_t::luser_ice

Definition at line 241 of file switch_rtp.c.

Referenced by icecmp(), and switch_rtp_activate_ice().

int switch_rtp_ice_t::missed_count

Definition at line 253 of file switch_rtp.c.

Referenced by handle_ice(), and switch_rtp_change_ice_dest().

switch_time_t switch_rtp_ice_t::next_run

Definition at line 246 of file switch_rtp.c.

Referenced by ice_out(), and switch_rtp_activate_ice().

char* switch_rtp_ice_t::pass

Definition at line 242 of file switch_rtp.c.

Referenced by handle_ice(), and switch_rtp_activate_ice().

ice_proto_t switch_rtp_ice_t::proto
uint8_t switch_rtp_ice_t::ready

Definition at line 251 of file switch_rtp.c.

Referenced by do_dtls(), handle_ice(), jb_valid(), rtp_write_ready(), and switch_rtp_activate_ice().

char* switch_rtp_ice_t::rpass

Definition at line 243 of file switch_rtp.c.

Referenced by ice_out(), and switch_rtp_activate_ice().

uint8_t switch_rtp_ice_t::rready
uint8_t switch_rtp_ice_t::sending

Definition at line 250 of file switch_rtp.c.

Referenced by ice_out().

switch_core_media_ice_type_t switch_rtp_ice_t::type

Definition at line 247 of file switch_rtp.c.

Referenced by handle_ice(), ice_out(), and switch_rtp_activate_ice().

char* switch_rtp_ice_t::user_ice

Definition at line 240 of file switch_rtp.c.

Referenced by handle_ice(), icecmp(), and switch_rtp_activate_ice().


The documentation for this struct was generated from the following file: