Searched refs:buf1 (Results 1 – 1 of 1) sorted by relevance
379 int res_queriesmatch(const uint8_t* buf1, const uint8_t* eom1, const uint8_t* buf2, in res_queriesmatch() argument381 const uint8_t* cp = buf1 + HFIXEDSZ; in res_queriesmatch()382 int qdcount = ntohs(((const HEADER*) (const void*) buf1)->qdcount); in res_queriesmatch()384 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) return (-1); in res_queriesmatch()390 if ((((const HEADER*) (const void*) buf1)->opcode == ns_o_update) && in res_queriesmatch()397 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()