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

  /bionic/libc/dns/nameser/
ns_parse.c 91 ptr += b/*Name*/ + NS_INT16SZ/*Type*/ + NS_INT16SZ/*Class*/;
93 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
113 if (msg + NS_INT16SZ > eom)
116 if (msg + NS_INT16SZ > eom)
120 if (msg + NS_INT16SZ > eom)
177 if (handle->_msg_ptr + NS_INT16SZ + NS_INT16SZ > handle->_eom)
186 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
240 if (handle->_msg_ptr + NS_INT16SZ + NS_INT16SZ > handle->_eom
    [all...]
ns_print.c 266 if (rdlen < (size_t)NS_INT16SZ)
271 rdata += NS_INT16SZ;
284 if (rdlen < (size_t)NS_INT16SZ)
289 rdata += NS_INT16SZ;
350 if (rdlen < 2U*NS_INT16SZ)
354 order = ns_get16(rdata); rdata += NS_INT16SZ;
355 preference = ns_get16(rdata); rdata += NS_INT16SZ;
391 if (rdlen < 3U*NS_INT16SZ)
395 priority = ns_get16(rdata); rdata += NS_INT16SZ;
396 weight = ns_get16(rdata); rdata += NS_INT16SZ;
    [all...]
  /external/tcpdump/
strtoaddr.c 36 #ifndef NS_INT16SZ
37 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
197 if (tp + NS_INT16SZ > endp)
214 if (tp + NS_INT16SZ > endp)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_parse.c 103 ptr += b/*Name*/ + NS_INT16SZ/*Type*/ + NS_INT16SZ/*Class*/;
108 if (ptr + NS_INT16SZ > eom)
130 if (msg + NS_INT16SZ > eom)
133 if (msg + NS_INT16SZ > eom)
137 if (msg + NS_INT16SZ > eom)
200 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
203 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
214 if (handle->_msg_ptr + NS_INT16SZ > handle->_eom)
inet_pton.c 217 if (tp + NS_INT16SZ > endp)
234 if (tp + NS_INT16SZ > endp)
ns_print.c 281 if (rdlen < NS_INT16SZ)
286 rdata += NS_INT16SZ;
299 if (rdlen < NS_INT16SZ)
304 rdata += NS_INT16SZ;
360 if (rdlen < 2*NS_INT16SZ)
364 order = ns_get16(rdata); rdata += NS_INT16SZ;
365 preference = ns_get16(rdata); rdata += NS_INT16SZ;
400 if (rdlen < NS_INT16SZ*3)
404 priority = ns_get16(rdata); rdata += NS_INT16SZ;
405 weight = ns_get16(rdata); rdata += NS_INT16SZ;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntop.c 141 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
160 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
186 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
217 (NS_IN6ADDRSZ / NS_INT16SZ)) {
  /bionic/libc/include/arpa/
nameser_compat.h 84 #define INT16SZ NS_INT16SZ
nameser.h 86 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
487 (cp) += NS_INT16SZ; \
505 (cp) += NS_INT16SZ; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
nameser.h 88 #define NS_INT16SZ 2 /*%< #/bytes of data in a u_int16_t */
440 (cp) += NS_INT16SZ; \
458 (cp) += NS_INT16SZ; \
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 88 #define NS_INT16SZ 2 /*%< #/bytes of data in a u_int16_t */
469 (cp) += NS_INT16SZ; \
487 (cp) += NS_INT16SZ; \
nameser_compat.h 144 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 155 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 155 #define INT16SZ NS_INT16SZ

Completed in 511 milliseconds