Home
last modified time | relevance | path

Searched refs:rcif (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c465 char** rcif = NULL; in controlinterfacechecks() local
470 if(!resolve_interface_names(&p->str, 1, NULL, &rcif, in controlinterfacechecks()
476 if(!extstrtoaddr(rcif[i], &a, &alen, in controlinterfacechecks()
478 if(strcmp(p->str, rcif[i])!=0) in controlinterfacechecks()
480 rcif[i], p->str); in controlinterfacechecks()
486 config_del_strarray(rcif, num_rcif); in controlinterfacechecks()
H A Dunbound-control.c625 char** rcif = NULL; in contact_server() local
637 cfg->control_ifs.first, &rcif, in contact_server()
641 if(rcif == NULL || num_rcif == 0) { in contact_server()
644 svr = rcif[0]; in contact_server()
756 config_del_strarray(rcif, num_rcif); in contact_server()
/freebsd/contrib/unbound/daemon/
H A Dremote.c367 char** rcif = NULL; in daemon_remote_open_ports() local
370 &rcif, &num_rcif)) { in daemon_remote_open_ports()
374 if(!add_open(rcif[i], cfg->control_port, &l, 1, cfg)) { in daemon_remote_open_ports()
376 config_del_strarray(rcif, num_rcif); in daemon_remote_open_ports()
380 config_del_strarray(rcif, num_rcif); in daemon_remote_open_ports()