Lines Matching defs:qname
198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype)
212 tname = qname;
260 /* The qname can be abbreviated, but h_name is now absolute. */
261 qname = host.h_name;
357 qname, p_class(C_IN), p_type(qtype),
368 AskedForGot, qname, bp);
484 n = (int)strlen(qname) + 1; /* for the \0 */
487 strcpy(bp, qname);
503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype)
517 return(gethostanswer((const querybuf *)answer, anslen, qname, qtype));