FreeSWITCH API Documentation  1.7.0
Data Fields
switch_stun_packet_header_t Struct Reference

#include <switch_stun.h>

+ Collaboration diagram for switch_stun_packet_header_t:

Data Fields

uint16_t type
 
uint16_t length
 
uint32_t cookie
 
char id [12]
 

Detailed Description

Definition at line 119 of file switch_stun.h.

Field Documentation

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
uint16_t switch_stun_packet_header_t::type

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