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

/bionic/libc/dns/resolv/
H A Dres_send.c294 int n, ttype, tclass; local
302 ttype = ns_get16(cp); cp += INT16SZ;
304 if (ttype == type && tclass == class &&
344 int n, ttype, tclass; local
352 ttype = ns_get16(cp); cp += INT16SZ;
354 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))

Completed in 25 milliseconds