Searched refs:buf1 (Results 1 – 1 of 1) sorted by relevance
324 res_queriesmatch(const u_char *buf1, const u_char *eom1, in res_queriesmatch() argument327 const u_char *cp = buf1 + HFIXEDSZ; in res_queriesmatch()328 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); in res_queriesmatch()330 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()337 if ((((const HEADER *)(const void *)buf1)->opcode == ns_o_update) && in res_queriesmatch()347 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()