Searched refs:ttype (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_send.c293 int n, ttype, tclass; local
301 ttype = ns_get16(cp); cp += INT16SZ;
303 if (ttype == type && tclass == class &&
343 int n, ttype, tclass; local
351 ttype = ns_get16(cp); cp += INT16SZ;
353 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))

Completed in 34 milliseconds