|
RTS API Documentation
1.10.11
|
Collaboration diagram for switch_rtp_ice_t:Data Fields | |
| char * | ice_user |
| char * | user_ice |
| char * | luser_ice |
| char * | pass |
| char * | rpass |
| switch_sockaddr_t * | addr |
| uint32_t | funny_stun |
| switch_time_t | next_run |
| switch_core_media_ice_type_t | type |
| ice_t * | ice_params |
| ice_proto_t | proto |
| uint8_t | sending |
| uint8_t | ready |
| uint8_t | rready |
| uint8_t | initializing |
| int | missed_count |
| char | last_sent_id [13] |
| switch_time_t | last_ok |
| uint8_t | cand_responsive |
Definition at line 246 of file switch_rtp.c.
| switch_sockaddr_t* switch_rtp_ice_t::addr |
Definition at line 252 of file switch_rtp.c.
Referenced by do_dtls(), handle_ice(), ice_out(), rtp_common_read(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
| uint8_t switch_rtp_ice_t::cand_responsive |
Definition at line 265 of file switch_rtp.c.
Referenced by do_dtls(), handle_ice(), switch_rtp_activate_ice(), and switch_rtp_reset().
| uint32_t switch_rtp_ice_t::funny_stun |
Definition at line 253 of file switch_rtp.c.
| ice_t* switch_rtp_ice_t::ice_params |
Definition at line 256 of file switch_rtp.c.
Referenced by handle_ice(), ice_out(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
| char* switch_rtp_ice_t::ice_user |
Definition at line 247 of file switch_rtp.c.
Referenced by check_rtcp_and_ice(), do_dtls(), handle_ice(), ice_out(), jb_valid(), process_rtcp_packet(), read_rtcp_packet(), read_rtp_packet(), rtp_common_read(), rtp_write_ready(), switch_rtp_activate_ice(), switch_rtp_video_loss(), switch_rtp_video_refresh(), and using_ice().
| uint8_t switch_rtp_ice_t::initializing |
Definition at line 261 of file switch_rtp.c.
Referenced by handle_ice(), and switch_rtp_activate_ice().
| switch_time_t switch_rtp_ice_t::last_ok |
Definition at line 264 of file switch_rtp.c.
Referenced by calc_elapsed(), and handle_ice().
| char switch_rtp_ice_t::last_sent_id[13] |
Definition at line 263 of file switch_rtp.c.
Referenced by handle_ice(), and ice_out().
| char* switch_rtp_ice_t::luser_ice |
Definition at line 249 of file switch_rtp.c.
Referenced by icecmp(), and switch_rtp_activate_ice().
| int switch_rtp_ice_t::missed_count |
Definition at line 262 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 254 of file switch_rtp.c.
Referenced by ice_out(), and switch_rtp_activate_ice().
| char* switch_rtp_ice_t::pass |
Definition at line 250 of file switch_rtp.c.
Referenced by handle_ice(), and switch_rtp_activate_ice().
| ice_proto_t switch_rtp_ice_t::proto |
Definition at line 257 of file switch_rtp.c.
Referenced by handle_ice(), ice_out(), switch_rtp_activate_ice(), and switch_rtp_change_ice_dest().
| uint8_t switch_rtp_ice_t::ready |
Definition at line 259 of file switch_rtp.c.
Referenced by do_dtls(), handle_ice(), jb_valid(), rtp_write_ready(), switch_rtp_activate_ice(), and switch_rtp_reset().
| char* switch_rtp_ice_t::rpass |
Definition at line 251 of file switch_rtp.c.
Referenced by ice_out(), and switch_rtp_activate_ice().
| uint8_t switch_rtp_ice_t::rready |
Definition at line 260 of file switch_rtp.c.
Referenced by check_rtcp_and_ice(), do_dtls(), handle_ice(), jb_valid(), rtp_write_ready(), switch_rtp_activate_ice(), and switch_rtp_reset().
| uint8_t switch_rtp_ice_t::sending |
Definition at line 258 of file switch_rtp.c.
Referenced by ice_out().
| switch_core_media_ice_type_t switch_rtp_ice_t::type |
Definition at line 255 of file switch_rtp.c.
Referenced by do_dtls(), handle_ice(), ice_out(), and switch_rtp_activate_ice().
| char* switch_rtp_ice_t::user_ice |
Definition at line 248 of file switch_rtp.c.
Referenced by handle_ice(), icecmp(), and switch_rtp_activate_ice().
1.8.13