Home
last modified time | relevance | path

Searched refs:control_interface (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/nsd/
H A Dnsd-control.c251 if(cfg->control_interface) { in contact_server()
252 svr = cfg->control_interface->address; in contact_server()
H A Dnsd-checkconf.c486 SERV_GET_IP(control_interface, control_interface, o); in config_print_zone()
747 for(ip = opt->control_interface; ip; ip=ip->next) in config_test_print_server()
H A Doptions.c146 opt->control_interface = NULL; in nsd_options_create()
2725 if(!cfg->control_interface) return 1; in options_remote_is_address()
2726 if(!cfg->control_interface->address) return 1; in options_remote_is_address()
2727 if(cfg->control_interface->address[0] == 0) return 1; in options_remote_is_address()
2728 return (cfg->control_interface->address[0] != '/'); in options_remote_is_address()
2863 resolve_interface_names_for_ref(&options->control_interface, in resolve_interface_names()
H A Doptions.h145 struct ip_address_option* control_interface; member
H A Dconfigparser.y669 struct ip_address_option *ip = cfg_parser->opt->control_interface;
671 cfg_parser->opt->control_interface = $2;
H A Dremote.c305 for(o = cfg->control_interface; o; o = o->next) { in daemon_remote_create()
532 if(cfg->control_interface) { in daemon_remote_open_ports()
534 for(p = cfg->control_interface; p; p = p->next) { in daemon_remote_open_ports()