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

  /bionic/libc/netbsd/nameser/
ns_parse.c 88 ptr += b/*Name*/ + NS_INT16SZ/*Type*/ + NS_INT16SZ/*Class*/;
90 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
110 if (msg + NS_INT16SZ > eom)
113 if (msg + NS_INT16SZ > eom)
117 if (msg + NS_INT16SZ > eom)
172 if (handle->_msg_ptr + NS_INT16SZ + NS_INT16SZ > handle->_eom)
181 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
ns_print.c 271 if (rdlen < (size_t)NS_INT16SZ)
276 rdata += NS_INT16SZ;
289 if (rdlen < (size_t)NS_INT16SZ)
294 rdata += NS_INT16SZ;
354 if (rdlen < 2U*NS_INT16SZ)
358 order = ns_get16(rdata); rdata += NS_INT16SZ;
359 preference = ns_get16(rdata); rdata += NS_INT16SZ;
395 if (rdlen < 3U*NS_INT16SZ)
399 priority = ns_get16(rdata); rdata += NS_INT16SZ;
400 weight = ns_get16(rdata); rdata += NS_INT16SZ;
    [all...]
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 136 u_int words[NS_IN6ADDRSZ / NS_INT16SZ];
155 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
181 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
212 (NS_IN6ADDRSZ / NS_INT16SZ)) {
inet_pton.c 266 if (tp + NS_INT16SZ > endp)
283 if (tp + NS_INT16SZ > endp)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
nameser.h 85 #define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
439 (cp) += NS_INT16SZ; \
457 (cp) += NS_INT16SZ; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
nameser.h 85 #define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
439 (cp) += NS_INT16SZ; \
457 (cp) += NS_INT16SZ; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
nameser.h 85 #define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
439 (cp) += NS_INT16SZ; \
457 (cp) += NS_INT16SZ; \
  /bionic/libc/private/
arpa_nameser.h 83 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
438 (cp) += NS_INT16SZ; \
456 (cp) += NS_INT16SZ; \
arpa_nameser_compat.h 144 #define INT16SZ NS_INT16SZ

Completed in 85 milliseconds