Searched refs:control_ifs (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c285 cfg->control_ifs.first = NULL;
286 cfg->control_ifs.last = NULL;
668 else S_STRLIST_APPEND("control-interface:", control_ifs)
1098 else O_LST(opt, "control-interface", control_ifs.first)
1547 config_delstrlist(cfg->control_ifs.first);
2602 if(!cfg->control_ifs.first) return 1;
2603 if(!cfg->control_ifs.first->str) return 1;
2604 if(cfg->control_ifs.first->str[0] == 0) return 1;
2605 return (cfg->control_ifs.first->str[0] != '/');
H A Dconfig_file.h457 struct config_strlist_head control_ifs; member in struct:config_file
H A Dconfigparser.y2906 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c588 if(cfg->control_ifs.first) {
589 svr = cfg->control_ifs.first->str;
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c223 for(p = cfg->control_ifs.first; p; p = p->next) {
366 if(cfg->control_ifs.first) {
368 for(p = cfg->control_ifs.first; p; p = p->next) {
2308 (worker->daemon->rc->accept_list && worker->daemon->cfg->control_ifs.first && worker->daemon->cfg->control_ifs.first->str && worker->daemon->cfg->control_ifs.first->str[0] == '/'?"(namedpipe)":"")

Completed in 107 milliseconds