|
RTS API Documentation
1.10.11
|
Collaboration diagram for nat_globals_perm_t:Data Fields | |
| switch_memory_pool_t * | pool |
| int | running |
| switch_sockaddr_t * | maddress |
| switch_socket_t * | msocket |
Definition at line 59 of file switch_nat.c.
| switch_sockaddr_t* nat_globals_perm_t::maddress |
Definition at line 62 of file switch_nat.c.
Referenced by init_nat_monitor(), and switch_nat_multicast_runtime().
| switch_socket_t* nat_globals_perm_t::msocket |
Definition at line 63 of file switch_nat.c.
Referenced by init_nat_monitor(), and switch_nat_multicast_runtime().
| switch_memory_pool_t* nat_globals_perm_t::pool |
Definition at line 60 of file switch_nat.c.
Referenced by switch_nat_init(), switch_nat_reinit(), and switch_nat_thread_start().
| int nat_globals_perm_t::running |
Definition at line 61 of file switch_nat.c.
Referenced by switch_nat_late_init(), switch_nat_multicast_runtime(), switch_nat_thread_stop(), and SWITCH_STANDARD_SCHED_FUNC().
1.8.13