Searched refs:control_interface (Results 1 – 7 of 7) sorted by relevance
251 if(cfg->control_interface) { in contact_server()252 svr = cfg->control_interface->address; in contact_server()
486 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()
145 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()
141 struct ip_address_option* control_interface; member
663 struct ip_address_option *ip = cfg_parser->opt->control_interface;665 cfg_parser->opt->control_interface = $2;
302 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()
2362 struct ip_address_option *ip = cfg_parser->opt->control_interface; in yyparse()2364 cfg_parser->opt->control_interface = (yyvsp[0].ip); in yyparse()