Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c608 char** rcif = NULL; in contact_server() local
620 cfg->control_ifs.first, &rcif, in contact_server()
624 if(rcif == NULL || num_rcif == 0) { in contact_server()
627 svr = rcif[0]; in contact_server()
739 config_del_strarray(rcif, num_rcif); in contact_server()
/freebsd/contrib/unbound/daemon/
H A Dremote.c339 char** rcif = NULL; in daemon_remote_open_ports() local
342 &rcif, &num_rcif)) { in daemon_remote_open_ports()
346 if(!add_open(rcif[i], cfg->control_port, &l, 1, cfg)) { in daemon_remote_open_ports()
348 config_del_strarray(rcif, num_rcif); in daemon_remote_open_ports()
352 config_del_strarray(rcif, num_rcif); in daemon_remote_open_ports()