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

/bionic/libc/netbsd/
H A Dgethnamaddr.c172 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, argument
194 switch (qtype) {
225 if (qtype == T_A || qtype == T_AAAA) {
269 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
301 if (qtype == T_PTR && type == T_CNAME) {
323 if (type != qtype) {
327 qname, p_class(C_IN), p_type(qtype),
445 if (res->nsort && haveanswer > 1 && qtype
[all...]
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c206 int qclass, qtype; /* class and type of query */ member in struct:res_target
1298 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, argument
1325 switch (qtype) {
1353 if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
1388 if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
1407 if (qtype
[all...]

Completed in 31 milliseconds