FreeSWITCH API Documentation
1.7.0
|
#include <switch_stun.h>
Data Fields | |
uint16_t | type |
uint16_t | length |
uint32_t | cookie |
char | id [12] |
Definition at line 119 of file switch_stun.h.
uint32_t switch_stun_packet_header_t::cookie |
Definition at line 122 of file switch_stun.h.
Referenced by switch_stun_packet_build_header().
char switch_stun_packet_header_t::id[12] |
Definition at line 123 of file switch_stun.h.
Referenced by handle_ice(), ice_out(), and switch_stun_packet_build_header().
uint16_t switch_stun_packet_header_t::length |
Definition at line 121 of file switch_stun.h.
Referenced by handle_ice(), switch_stun_lookup(), switch_stun_packet_build_header(), and switch_stun_packet_parse().
uint16_t switch_stun_packet_header_t::type |
Definition at line 120 of file switch_stun.h.
Referenced by handle_ice(), switch_stun_lookup(), switch_stun_packet_build_header(), and switch_stun_packet_parse().