Searched refs:tclass (Results 1 – 1 of 1) sorted by relevance
358 int tclass = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in res_nameinquery() local360 if (ttype == type && tclass == cl && ns_samename(tname, name) == 1) return (1); in res_nameinquery()400 int tclass = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in res_queriesmatch() local402 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) return (0); in res_queriesmatch()