Searched refs:eom1 (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/netbsd/resolv/ |
H A D | res_send.c | 313 * res_queriesmatch(buf1, eom1, buf2, eom2) 315 * in (buf1,eom1) and (buf2,eom2)? 324 res_queriesmatch(const u_char *buf1, const u_char *eom1, argument 330 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) 347 n = dn_expand(buf1, eom1, cp, tname, sizeof tname); 351 if (cp + 2 * INT16SZ > eom1)
|
Completed in 41 milliseconds