Home
last modified time | relevance | path

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

/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Dks-engine-finger.c88 | (opt.disable_ipv6? HTTP_FLAG_IGNORE_IPv6 : 0)), in ks_finger_fetch()
H A Dhttp.h95 HTTP_FLAG_IGNORE_IPv6 = 128, /* Do not use IPv6. */ enumerator
H A Dks-engine-http.c118 | (opt.disable_ipv6? HTTP_FLAG_IGNORE_IPv6 : 0)), in ks_http_fetch()
H A Dks-engine-hkp.c699 *r_httpflags |= HTTP_FLAG_IGNORE_IPv6; in map_host()
1267 |(opt.disable_ipv6? HTTP_FLAG_IGNORE_IPv6 : 0)), in send_request()
H A Docsp.c188 | (opt.disable_ipv6? HTTP_FLAG_IGNORE_IPv6 : 0)), in do_ocsp_request()
H A Dhttp.c3024 && ((flags & HTTP_FLAG_IGNORE_IPv6) || !v6_valid)) in connect_server()