RTS API Documentation  1.10.11
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

◆ data

struct IGDdatas nat_globals_t::data

◆ descURL

char* nat_globals_t::descURL

◆ mapping

switch_bool_t nat_globals_t::mapping

◆ nat_type

switch_nat_type_t nat_globals_t::nat_type

◆ nat_type_str

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().

◆ pub_addr

char nat_globals_t::pub_addr[IP_LEN]

◆ pvt_addr

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().

◆ urls

struct UPNPUrls nat_globals_t::urls

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