Home | History | Annotate | Download | only in resolv

Lines Matching refs:eom

274  * res_nameinquery(name, type, class, buf, eom)
275 * look for (name,type,class) in the query section of packet (buf,eom)
277 * buf + HFIXEDSZ <= eom
287 const u_char *buf, const u_char *eom)
296 n = dn_expand(buf, eom, cp, tname, sizeof tname);
300 if (cp + 2 * INT16SZ > eom)