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