Asterisk - The Open Source Telephony Project
18.5.0
|
Structure which contains information about a transport. More...
Data Fields | |
pjsip_tpfactory * | factory |
Potential pointer to the transport factory itself, if TCP/TLS. More... | |
pj_str_t | local_address |
Local address for transport. More... | |
int | local_port |
Local port for transport. More... | |
pjsip_transport * | transport |
Potential pointer to the transport itself, if UDP. More... | |
enum ast_transport | type |
Type of transport. More... | |
Structure which contains information about a transport.
Definition at line 240 of file res_pjsip_nat.c.
pjsip_tpfactory* factory |
Potential pointer to the transport factory itself, if TCP/TLS.
Definition at line 246 of file res_pjsip_nat.c.
Referenced by find_transport_state_in_use(), and process_nat().
pj_str_t local_address |
Local address for transport.
Definition at line 248 of file res_pjsip_nat.c.
Referenced by find_transport_state_in_use(), and process_nat().
int local_port |
Local port for transport.
Definition at line 250 of file res_pjsip_nat.c.
Referenced by find_transport_state_in_use(), and process_nat().
pjsip_transport* transport |
Potential pointer to the transport itself, if UDP.
Definition at line 244 of file res_pjsip_nat.c.
Referenced by find_transport_state_in_use(), and process_nat().
enum ast_transport type |
Type of transport.
Definition at line 242 of file res_pjsip_nat.c.
Referenced by find_transport_state_in_use(), Property::load(), and process_nat().