HomeSort by relevance Sort by last modified time
    Searched refs:_eom (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/nameser/
ns_parse.c 109 handle->_eom = eom;
157 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
167 b = dn_expand(handle->_msg, handle->_eom,
172 if (handle->_msg_ptr + NS_INT16SZ + NS_INT16SZ > handle->_eom)
181 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
185 if (handle->_msg_ptr + rr->rdlength > handle->_eom)
  /bionic/libc/private/
arpa_nameser.h 111 const u_char *_msg, *_eom; member in struct:__ns_msg
127 #define ns_msg_end(handle) ((handle)._eom + 0)
128 #define ns_msg_size(handle) ((size_t)((handle)._eom - (handle)._msg))

Completed in 71 milliseconds