Data Fields | |
int | fd |
uint16_t | port |
ast_tcptls_session_instance * | tcptls_session |
enum sip_transport | type |
Definition at line 856 of file chan_sip.c.
int fd |
Filed descriptor, the actual socket
Definition at line 858 of file chan_sip.c.
Referenced by __sip_xmit(), parse_moved_contact(), set_peer_defaults(), and sip_request_call().
uint16_t port |
Definition at line 859 of file chan_sip.c.
Referenced by build_peer(), create_addr(), and transmit_register().
Definition at line 860 of file chan_sip.c.
Referenced by __sip_xmit(), copy_socket_data(), parse_moved_contact(), and sip_destroy_peer().
enum sip_transport type |
UDP, TCP or TLS
Definition at line 857 of file chan_sip.c.
Referenced by __sip_reliable_xmit(), __sip_xmit(), _sip_show_peer(), build_contact(), build_peer(), create_addr(), create_addr_from_peer(), get_transport_pvt(), handle_request_do(), initreqprep(), parse_moved_contact(), parse_register_contact(), set_address_from_contact(), set_peer_defaults(), sip_request_call(), sip_send_mwi_to_peer(), and transmit_register().