Home | History | Annotate | Download | only in nameser

Lines Matching defs:eom

79 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
85 b = dn_skipname(ptr, eom);
90 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
97 if (ptr > eom)
104 const u_char *eom = msg + msglen;
109 handle->_eom = eom;
110 if (msg + NS_INT16SZ > eom)
113 if (msg + NS_INT16SZ > eom)
117 if (msg + NS_INT16SZ > eom)
125 int b = ns_skiprr(msg, eom, (ns_sect)i,
133 if (msg != eom)