HomeSort by relevance Sort by last modified time
    Searched refs:_eom (Results 1 - 5 of 5) 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))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
132 #define ns_msg_end(handle) ((handle)._eom + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
132 #define ns_msg_end(handle) ((handle)._eom + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser.h 113 const u_char *_msg, *_eom; member in struct:__ns_msg
132 #define ns_msg_end(handle) ((handle)._eom + 0)
133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)

Completed in 103 milliseconds