HomeSort by relevance Sort by last modified time
    Searched full:_msg_ptr (Results 1 - 8 of 8) sorted by null

  /bionic/libc/netbsd/nameser/
ns_parse.c 157 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
162 handle->_msg_ptr += b;
168 handle->_msg_ptr, rr->name, NS_MAXDNAME);
171 handle->_msg_ptr += b;
172 if (handle->_msg_ptr + NS_INT16SZ + NS_INT16SZ > handle->_eom)
174 NS_GET16(rr->type, handle->_msg_ptr);
175 NS_GET16(rr->rr_class, handle->_msg_ptr);
181 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
183 NS_GET32(rr->ttl, handle->_msg_ptr);
184 NS_GET16(rr->rdlength, handle->_msg_ptr);
    [all...]
  /bionic/libc/private/
arpa_nameser.h 116 const u_char *_msg_ptr; member in struct:__ns_msg
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libc.so 

Completed in 1925 milliseconds