#include <switch_stun.h>
Collaboration diagram for switch_stun_packet_header_t:
Data Fields | |
| uint16_t | type |
| uint16_t | length |
| char | id [16] |
Definition at line 101 of file switch_stun.h.
| char switch_stun_packet_header_t::id[16] |
Definition at line 104 of file switch_stun.h.
Referenced by handle_ice(), and switch_stun_packet_build_header().
| uint16_t switch_stun_packet_header_t::length |
Definition at line 103 of file switch_stun.h.
Referenced by handle_ice(), switch_stun_packet_build_header(), and switch_stun_packet_parse().
| uint16_t switch_stun_packet_header_t::type |
Definition at line 102 of file switch_stun.h.
Referenced by handle_ice(), switch_stun_packet_build_header(), and switch_stun_packet_parse().
1.4.7