Searched refs:eom1 (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_send.c | 313 res_queriesmatch(const u_char *buf1, const u_char *eom1, in res_queriesmatch() argument 319 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch() 336 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch() 340 if (cp + 2 * INT16SZ > eom1) in res_queriesmatch()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_send.cpp | 376 int res_queriesmatch(const uint8_t* buf1, const uint8_t* eom1, const uint8_t* buf2, in res_queriesmatch() argument 381 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) return (-1); in res_queriesmatch() 394 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch() 397 if (cp + 2 * INT16SZ > eom1) return (-1); in res_queriesmatch()
|