Searched defs:eom1 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_send.c312 * res_queriesmatch(buf1, eom1, buf2, eom2)
314 * in (buf1,eom1) and (buf2,eom2)?
323 res_queriesmatch(const u_char *buf1, const u_char *eom1, argument
329 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
346 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
350 if (cp + 2 * INT16SZ > eom1)

Completed in 1559 milliseconds