Home
last modified time | relevance | path

Searched refs:eom2 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
Dres_send.c314 const u_char *buf2, const u_char *eom2) in res_queriesmatch() argument
319 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()
344 if (!res_nameinquery(tname, ttype, tclass, buf2, eom2)) in res_queriesmatch()