Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c609 int num_rcif = 0; in contact_server() local
621 &num_rcif)) { in contact_server()
624 if(rcif == NULL || num_rcif == 0) { in contact_server()
739 config_del_strarray(rcif, num_rcif); in contact_server()
/freebsd/contrib/unbound/daemon/
H A Dremote.c340 int i, num_rcif = 0; in daemon_remote_open_ports() local
342 &rcif, &num_rcif)) { in daemon_remote_open_ports()
345 for(i=0; i<num_rcif; i++) { 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()