Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/util/
HDconfig_file.h1210 int options_remote_is_address(struct config_file* cfg);
HDconfig_file.c2799 int options_remote_is_address(struct config_file* cfg) in options_remote_is_address() function
/freebsd-head/contrib/unbound/smallapp/
HDunbound-control.c549 if(!(options_remote_is_address(cfg) && cfg->control_use_cert)) in setup_ctx()
HDunbound-checkconf.c916 if(cfg->remote_control_enable && options_remote_is_address(cfg) in morechecks()
/freebsd-head/contrib/unbound/daemon/
HDremote.c208 if(options_remote_is_address(cfg) && cfg->control_use_cert) { in daemon_remote_create()
218 if(!options_remote_is_address(cfg)) in daemon_remote_create()