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

Data Fields

switch_nat_type_t nat_type
 
char nat_type_str [5]
 
struct UPNPUrls urls
 
struct IGDdatas data
 
char * descURL
 
char pub_addr [IP_LEN]
 
char pvt_addr [IP_LEN]
 
switch_bool_t mapping
 

Detailed Description

Definition at line 46 of file switch_nat.c.

Field Documentation

struct IGDdatas nat_globals_t::data
char* nat_globals_t::descURL
switch_bool_t nat_globals_t::mapping
switch_nat_type_t nat_globals_t::nat_type
char nat_globals_t::nat_type_str[5]

Definition at line 48 of file switch_nat.c.

Referenced by switch_nat_get_type(), and switch_nat_init().

char nat_globals_t::pub_addr[IP_LEN]
char nat_globals_t::pvt_addr[IP_LEN]

Definition at line 53 of file switch_nat.c.

Referenced by switch_nat_add_mapping_upnp(), and switch_nat_init().

struct UPNPUrls nat_globals_t::urls

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