Searched defs:eom2 (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)?
324 const u_char *buf2, const u_char *eom2)
329 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
354 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
323 res_queriesmatch(const u_char *buf1, const u_char *eom1, const u_char *buf2, const u_char *eom2) argument

Completed in 131 milliseconds