HomeSort by: relevance | last modified time | path
    Searched refs:acl_interface (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/daemon/
acl_list.h 131 * @param acl_interface: acl_list to insert to.
138 acl_interface_insert(struct acl_list* acl_interface,
153 * Initialise (also clean) the acl_interface struct.
154 * @param acl_interface: where to store.
156 void acl_interface_init(struct acl_list* acl_interface);
160 * @param acl_interface: where to store.
165 int acl_interface_apply_cfg(struct acl_list* acl_interface, struct config_file* cfg,
acl_list.c 200 /** apply acl_interface string */
202 acl_interface_str_cfg(struct acl_list* acl_interface, const char* iface,
210 if(!(node=acl_find_or_create_str2addr(acl_interface, iface, 1, port))) {
220 acl_interface_insert(struct acl_list* acl_interface,
224 struct acl_addr* node = acl_find_or_create(acl_interface, addr, addrlen, control);
557 acl_interface_init(struct acl_list* acl_interface)
559 regional_free_all(acl_interface->region);
562 * acl_interface->tree should have either 32 (ipv4) or 128 (ipv6).
565 addr_tree_addrport_init(&acl_interface->tree);
569 read_acl_interface_action(struct acl_list* acl_interface,
    [all...]
daemon.h 145 struct acl_list* acl_interface; member in struct:daemon
daemon.c 540 daemon->acl_interface = acl_list_create();
541 if(!daemon->acl_interface) {
550 acl_list_delete(daemon->acl_interface);
562 acl_list_delete(daemon->acl_interface);
572 acl_list_delete(daemon->acl_interface);
620 /* clean acl_interface */
621 acl_interface_init(daemon->acl_interface);
653 if(!setup_acl_for_ports(daemon->acl_interface,
674 if(!setup_acl_for_ports(daemon->acl_interface,
1013 if(!acl_interface_apply_cfg(daemon->acl_interface, daemon->cfg
    [all...]
remote.c 4689 struct acl_list* acl_interface; member in struct:fast_reload_construct
5074 acl_list_delete(ct->acl_interface);
5359 mem += acl_list_get_mem(ct->acl_interface);
5373 /** fast reload thread, setup the acl_interface for the ports that
5376 ct_acl_interface_setup_ports(struct acl_list* acl_interface,
5379 /* clean acl_interface */
5380 acl_interface_init(acl_interface);
5381 if(!setup_acl_for_ports(acl_interface, daemon->ports[0]))
5386 if(!setup_acl_for_ports(acl_interface,
5711 if(!(ct->acl_interface = acl_list_create()))
    [all...]

Completed in 35 milliseconds