RTS API Documentation
1.10.11
|
Data Fields | |
struct switch_network_node * | node_head |
switch_bool_t | default_type |
switch_memory_pool_t * | pool |
char * | name |
Definition at line 79 of file switch_utils.c.
switch_bool_t switch_network_list::default_type |
Definition at line 81 of file switch_utils.c.
Referenced by switch_network_list_create(), switch_network_list_validate_ip6_port_token(), and switch_network_list_validate_ip_port_token().
char* switch_network_list::name |
Definition at line 83 of file switch_utils.c.
Referenced by switch_network_list_create(), and switch_network_list_perform_add_cidr_token().
struct switch_network_node* switch_network_list::node_head |
Definition at line 80 of file switch_utils.c.
Referenced by switch_network_list_add_host_port_mask(), switch_network_list_perform_add_cidr_token(), switch_network_list_validate_ip6_port_token(), and switch_network_list_validate_ip_port_token().
switch_memory_pool_t* switch_network_list::pool |
Definition at line 82 of file switch_utils.c.
Referenced by switch_network_list_add_host_port_mask(), switch_network_list_create(), and switch_network_list_perform_add_cidr_token().