Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dres_send.cpp379 int res_queriesmatch(const uint8_t* buf1, const uint8_t* eom1, const uint8_t* buf2, in res_queriesmatch() argument
384 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) return (-1); in res_queriesmatch()
397 int n = dn_expand(buf1, eom1, cp, tname, sizeof tname); in res_queriesmatch()
400 if (cp + 2 * INT16SZ > eom1) return (-1); in res_queriesmatch()