Searched refs:ip4only (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c273 const char* debugconf, int ip4only, int ip6only)
297 if(ip4only) {
299 if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r));
609 * @param ip4only: use only ip4 for resolve and only lookup A
616 const char* root_hints, const char* debugconf, int ip4only, int ip6only)
627 ip4only, ip6only);
636 if(!ip4only) {
1910 const char* debugconf, int ip4only, int ip6only, int port,
1922 ip4only, ip6only);
2194 const char* debugconf, int ip4only, in
272 create_unbound_context(const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only) argument
615 resolve_name(const char* host, int port, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only) argument
1907 do_certupdate(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int port, struct ub_result* dnskey) argument
2191 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int force, int port) argument
2253 int dolist=0, ip4only=0, ip6only=0, force=0, port = HTTPS_PORT; local
[all...]

Completed in 99 milliseconds