Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | change_detected |
char * | id |
struct ast_sip_transport_state * | state |
Transport state information. More... | |
struct ast_sip_transport * | transport |
Transport configuration object. More... | |
Definition at line 42 of file config_transport.c.
int change_detected |
Set if there was a change detected
Definition at line 45 of file config_transport.c.
char* id |
Definition at line 43 of file config_transport.c.
Referenced by internal_state_alloc(), internal_state_cmp(), internal_state_destroy(), and Model::load().
struct ast_sip_transport_state* state |
Transport state information.
Definition at line 49 of file config_transport.c.
Referenced by ast_sip_get_transport_state(), find_or_create_temporary_state(), find_state_by_transport(), find_temporary_state(), internal_state_alloc(), internal_state_destroy(), populate_transport_states(), and remove_temporary_state().
struct ast_sip_transport* transport |
Transport configuration object.
Definition at line 47 of file config_transport.c.
Referenced by ast_sip_transport_state_set_transport(), ca_list_file_to_str(), ca_list_path_to_str(), cert_file_to_str(), cli_iterate(), cli_print_body(), format_ami_endpoint_transport(), internal_state_alloc(), internal_state_destroy(), localnet_to_str(), localnet_to_vl(), privkey_file_to_str(), require_client_cert_to_str(), sip_transport_alloc(), sip_transport_destroy(), tls_method_to_str(), tos_to_str(), transport_apply(), transport_bind_handler(), transport_bind_to_str(), transport_localnet_handler(), transport_protocol_handler(), transport_protocol_to_str(), transport_state_init(), transport_tls_bool_handler(), transport_tls_file_handler(), transport_tls_method_handler(), transport_tos_handler(), verify_client_to_str(), and verify_server_to_str().