Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nsd/dist/
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()
733 for(ip = opt->control_interface; ip; ip=ip->next) in config_test_print_server()
H A Doptions.c145 opt->control_interface = NULL; in nsd_options_create()
2484 if(!cfg->control_interface) return 1; in options_remote_is_address()
2485 if(!cfg->control_interface->address) return 1; in options_remote_is_address()
2486 if(cfg->control_interface->address[0] == 0) return 1; in options_remote_is_address()
2487 return (cfg->control_interface->address[0] != '/'); in options_remote_is_address()
2622 resolve_interface_names_for_ref(&options->control_interface, in resolve_interface_names()
H A Doptions.h141 struct ip_address_option* control_interface; member
H A Dconfigparser.y663 struct ip_address_option *ip = cfg_parser->opt->control_interface;
665 cfg_parser->opt->control_interface = $2;
H A Dremote.c302 for(o = cfg->control_interface; o; o = o->next) { in daemon_remote_create()
529 if(cfg->control_interface) { in daemon_remote_open_ports()
531 for(p = cfg->control_interface; p; p = p->next) { in daemon_remote_open_ports()
H A Dconfigparser.c2362 struct ip_address_option *ip = cfg_parser->opt->control_interface; in yyparse()
2364 cfg_parser->opt->control_interface = (yyvsp[0].ip); in yyparse()