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

  /bionic/libc/dns/nameser/
ns_parse.c 91 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
93 ptr += NS_INT32SZ/*TTL*/;
184 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
247 if (handle->_msg_ptr + NS_INT32SZ + NS_INT16SZ > handle->_eom)
ns_print.c 215 if ((edata - rdata) != 5*NS_INT32SZ)
219 t = ns_get32(rdata); rdata += NS_INT32SZ;
228 t = ns_get32(rdata); rdata += NS_INT32SZ;
237 t = ns_get32(rdata); rdata += NS_INT32SZ;
246 t = ns_get32(rdata); rdata += NS_INT32SZ;
255 t = ns_get32(rdata); rdata += NS_INT32SZ;
426 if (rdlen < 1U + NS_INT32SZ)
526 t = ns_get32(rdata); rdata += NS_INT32SZ;
534 t = ns_get32(rdata); rdata += NS_INT32SZ;
539 t = ns_get32(rdata); rdata += NS_INT32SZ;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 92 #define INT32SZ NS_INT32SZ
nameser.h 87 #define NS_INT32SZ 4 /*%< #/bytes of data in a u_int32_t */
450 (cp) += NS_INT32SZ; \
468 (cp) += NS_INT32SZ; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 92 #define INT32SZ NS_INT32SZ
nameser.h 87 #define NS_INT32SZ 4 /*%< #/bytes of data in a u_int32_t */
450 (cp) += NS_INT32SZ; \
468 (cp) += NS_INT32SZ; \
  /bionic/libc/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser.h 85 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
500 (cp) += NS_INT32SZ; \
518 (cp) += NS_INT32SZ; \
nameser_compat.h 145 #define INT32SZ NS_INT32SZ
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 154 #define INT32SZ NS_INT32SZ
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 154 #define INT32SZ NS_INT32SZ
  /bionic/libc/dns/resolv/
res_cache.c 1032 if (edata - rdata != 5*NS_INT32SZ) continue;
1034 rdata += NS_INT32SZ * 4;
    [all...]

Completed in 178 milliseconds