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

  /src/external/bsd/unbound/dist/daemon/
daemon.h 145 struct acl_list* acl_interface; member in struct:daemon
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 68 milliseconds