Home
last modified time | relevance | path

Searched refs:remote_get_opt_ssl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/unbound/libunbound/
Dworker.h181 void remote_get_opt_ssl(char* line, void* arg);
Dlibworker.c1041 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/freebsd-12-stable/contrib/unbound/smallapp/
Dworker_cb.c238 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/freebsd-12-stable/contrib/unbound/util/
Dfptr_wlist.c595 else if(fptr == &remote_get_opt_ssl) return 1; in fptr_whitelist_print_func()
/freebsd-12-stable/contrib/unbound/dnstap/
Dunbound-dnstap-socket.c1571 void remote_get_opt_ssl(char* ATTR_UNUSED(str), void* ATTR_UNUSED(arg)) in remote_get_opt_ssl() function
/freebsd-12-stable/contrib/unbound/daemon/
Dremote.c2643 void remote_get_opt_ssl(char* line, void* arg) in remote_get_opt_ssl() function
2654 r = config_get_option(worker->env.cfg, arg, remote_get_opt_ssl, ssl); in do_get_option()