Home
last modified time | relevance | path

Searched refs:DNS_TYPE_A (Results 1 – 4 of 4) sorted by relevance

/curl/tests/unit/
H A Dunit1650.c94 DNS_TYPE_A, DOH_DNS_BAD_ID, NULL },
96 DNS_TYPE_A, DOH_DNS_BAD_RCODE, NULL },
98 DNS_TYPE_A, DOH_DNS_OUT_OF_RANGE, NULL },
100 DNS_TYPE_A, DOH_DNS_OUT_OF_RANGE, NULL },
103 DNS_TYPE_A, DOH_DNS_OUT_OF_RANGE, NULL },
107 DNS_TYPE_A, DOH_DNS_OUT_OF_RANGE, NULL },
113 DNS_TYPE_A, DOH_OK, "anywhere.really "},
128 DNS_TYPE_A, DOH_DNS_LABEL_LOOP, NULL},
206 if(resp[i].type == DNS_TYPE_A) {
262 DNS_TYPE_A, &d);
[all …]
H A Dunit1655.c111 d = doh_encode(name, DNS_TYPE_A, victim.dohbuffer,
142 DNStype dnstype = DNS_TYPE_A;
/curl/lib/
H A Ddoh.h53 DNS_TYPE_A = 1, enumerator
H A Ddoh.c435 DNS_TYPE_A, hostname, data->set.str[STRING_DOH], in Curl_doh()
544 a->type = DNS_TYPE_A; in store_a()
651 case DNS_TYPE_A: in rdata()
847 if(a->type == DNS_TYPE_A) { in showdoh()
1001 case DNS_TYPE_A: in type2name()

Completed in 17 milliseconds