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

  /bionic/libc/dns/resolv/
res_mkquery.c 169 cp += INT16SZ;
171 cp += INT16SZ;
186 cp += INT16SZ;
188 cp += INT16SZ;
192 cp += INT16SZ;
204 cp += INT16SZ;
206 cp += INT16SZ;
210 cp += INT16SZ;
256 cp += INT16SZ;
258 cp += INT16SZ;
    [all...]
res_send.c 302 if (cp + 2 * INT16SZ > eom)
304 ttype = ns_get16(cp); cp += INT16SZ;
305 tclass = ns_get16(cp); cp += INT16SZ;
352 if (cp + 2 * INT16SZ > eom1)
354 ttype = ns_get16(cp); cp += INT16SZ;
355 tclass = ns_get16(cp); cp += INT16SZ;
832 iov[0] = evConsIovec(&len, INT16SZ);
835 if (writev(statp->_vcsock, iov, 2) != (INT16SZ + buflen)) {
846 len = INT16SZ;
    [all...]
  /external/tcpdump/missing/
inet_ntop.c 59 #ifndef INT16SZ
60 #define INT16SZ 2 /* word size */
118 u_long words [IN6ADDRSZ / INT16SZ];
131 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++)
154 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++)
188 if (best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ))
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_ntop.c 106 u_int words[IN6ADDRSZ / INT16SZ];
120 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++) {
146 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
183 if (best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ)) {
inet_pton.c 169 if (tp + INT16SZ > endp)
188 if (tp + INT16SZ > endp)
  /external/dnsmasq/src/
nameser.h 108 #define INT16SZ 2 /* for systems without 16-bit ints */
339 (cp) += INT16SZ; \
357 (cp) += INT16SZ; \
  /external/libpcap/Win32/Include/arpa/
nameser.h 99 #define INT16SZ 2 /* for systems without 16-bit ints */
318 (cp) += INT16SZ; \
336 (cp) += INT16SZ; \
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
300 rdlength -= INT16SZ;
302 rdlength -= INT16SZ;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /bionic/libc/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/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/include-fixed/arpa/
nameser_compat.h 155 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /bionic/libc/dns/
gethnamaddr.c 265 BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
267 cp += INT16SZ; /* type */
269 cp += INT16SZ + INT32SZ; /* class, TTL */
271 cp += INT16SZ; /* len */
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 670 n = ns_get16(rdata); rdata += INT16SZ;
672 n = ns_get16(rdata); rdata += INT16SZ; /* original id */
674 rdata += INT16SZ;
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 656 milliseconds