Home
last modified time | relevance | path

Searched refs:options_remote_is_address (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1170 int options_remote_is_address(struct config_file* cfg);
H A Dconfig_file.c2699 int options_remote_is_address(struct config_file* cfg) in options_remote_is_address() function
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c518 if(!(options_remote_is_address(cfg) && cfg->control_use_cert)) in setup_ctx()
H A Dunbound-checkconf.c911 if(cfg->remote_control_enable && options_remote_is_address(cfg) in morechecks()
/freebsd/contrib/unbound/daemon/
H A Dremote.c176 if(options_remote_is_address(cfg) && cfg->control_use_cert) { in daemon_remote_create()
186 if(!options_remote_is_address(cfg)) in daemon_remote_create()