Home | History | Annotate | Download | only in lib

Lines Matching refs:DNStype

76                             DNStype dnstype,
128 *dnsp++ = (unsigned char)dnstype;
184 struct dnsprobe *p, DNStype dnstype,
193 DOHcode d = doh_encode(host, dnstype, p->dohbuffer, sizeof(p->dohbuffer),
200 p->dnstype = dnstype;
578 DNStype dnstype,
623 if((type != DNS_TYPE_CNAME) && (type != dnstype))
868 static const char *type2name(DNStype dnstype)
870 return (dnstype == DNS_TYPE_A)?"A":"AAAA";
909 data->req.doh.probe[0].dnstype,
914 type2name(data->req.doh.probe[0].dnstype),
919 data->req.doh.probe[1].dnstype,
924 type2name(data->req.doh.probe[1].dnstype),