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

/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-control.c251 if(cfg->control_interface) {
252 svr = cfg->control_interface->address;
H A Dnsd-checkconf.c486 SERV_GET_IP(control_interface, control_interface, o);
733 for(ip = opt->control_interface; ip; ip=ip->next)
H A Doptions.h141 struct ip_address_option* control_interface; member in struct:nsd_options
H A Dconfigparser.y663 struct ip_address_option *ip = cfg_parser->opt->control_interface;
665 cfg_parser->opt->control_interface = $2;
H A Doptions.c145 opt->control_interface = NULL;
2484 if(!cfg->control_interface) return 1;
2485 if(!cfg->control_interface->address) return 1;
2486 if(cfg->control_interface->address[0] == 0) return 1;
2487 return (cfg->control_interface->address[0] != '/');
2622 resolve_interface_names_for_ref(&options->control_interface,
H A Dremote.c302 for(o = cfg->control_interface; o; o = o->next) {
529 if(cfg->control_interface) {
531 for(p = cfg->control_interface; p; p = p->next) {
H A Dconfigparser.c2362 struct ip_address_option *ip = cfg_parser->opt->control_interface;
2364 cfg_parser->opt->control_interface = (yyvsp[0].ip);

Completed in 290 milliseconds