Searched defs:qtype (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/dns/net/
H A Dgethnamaddr.c217 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, argument
242 switch (qtype) {
274 if (qtype == T_A || qtype == T_AAAA) {
314 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
343 if (qtype == T_PTR && type == T_CNAME) {
364 if (type != qtype) {
368 qname, p_class(C_IN), p_type(qtype),
480 if (res->nsort && haveanswer > 1 && qtype
[all...]
H A Dgetaddrinfo.c212 int qclass, qtype; /* class and type of query */ member in struct:res_target
1311 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, argument
1338 switch (qtype) {
1367 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1404 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
1423 if (qtype
[all...]

Completed in 50 milliseconds