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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c254 * in (buf1,eom1) and (buf2,eom2)?
265 res_queriesmatch(const u_char *buf1, const u_char *eom1, argument
271 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
288 n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
292 if (cp + 2 * INT16SZ > eom1)

Completed in 68 milliseconds