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

  /bionic/libc/netbsd/nameser/
ns_parse.c 90 if (ptr + NS_INT32SZ + NS_INT16SZ > eom)
92 ptr += NS_INT32SZ/*TTL*/;
181 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;
424 if (rdlen < 1U + NS_INT32SZ)
522 t = ns_get32(rdata); rdata += NS_INT32SZ;
530 t = ns_get32(rdata); rdata += NS_INT32SZ;
535 t = ns_get32(rdata); rdata += NS_INT32SZ;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 92 #define INT32SZ NS_INT32SZ
nameser.h 84 #define NS_INT32SZ 4 /* #/bytes of data in a u_int32_t */
449 (cp) += NS_INT32SZ; \
467 (cp) += NS_INT32SZ; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 92 #define INT32SZ NS_INT32SZ
nameser.h 84 #define NS_INT32SZ 4 /* #/bytes of data in a u_int32_t */
449 (cp) += NS_INT32SZ; \
467 (cp) += NS_INT32SZ; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 92 #define INT32SZ NS_INT32SZ
nameser.h 84 #define NS_INT32SZ 4 /* #/bytes of data in a u_int32_t */
449 (cp) += NS_INT32SZ; \
467 (cp) += NS_INT32SZ; \
  /bionic/libc/private/
arpa_nameser.h 82 #define NS_INT32SZ 4 /* #/bytes of data in a uint32_t */
448 (cp) += NS_INT32SZ; \
466 (cp) += NS_INT32SZ; \
arpa_nameser_compat.h 143 #define INT32SZ NS_INT32SZ
  /bionic/libc/netbsd/resolv/
res_cache.c 1049 if (edata - rdata != 5*NS_INT32SZ) continue;
1051 rdata += NS_INT32SZ * 4;
    [all...]

Completed in 57 milliseconds