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

/bionic/libc/netbsd/resolv/
H A Dres_send.c313 * res_queriesmatch(buf1, eom1, buf2, eom2)
315 * in (buf1,eom1) and (buf2,eom2)?
325 const u_char *buf2, const u_char *eom2)
330 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
355 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
324 res_queriesmatch(const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2) argument

Completed in 203 milliseconds