Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching refs:qtype

198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype)

215 switch (qtype) {
247 if (qtype == T_A || qtype == T_AAAA) {
284 if (qtype == T_A && type == T_A)
296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
330 if (qtype == T_PTR && type == T_CNAME) {
353 if (type != qtype) {
357 qname, p_class(C_IN), p_type(qtype),
480 if (_res.nsort && haveanswer > 1 && qtype == T_A)
503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype)
505 switch(qtype) {
517 return(gethostanswer((const querybuf *)answer, anslen, qname, qtype));