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

1 2

  /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 300 if (cp + 2 * INT16SZ > eom)
302 ttype = ns_get16(cp); cp += INT16SZ;
303 tclass = ns_get16(cp); cp += INT16SZ;
350 if (cp + 2 * INT16SZ > eom1)
352 ttype = ns_get16(cp); cp += INT16SZ;
353 tclass = ns_get16(cp); cp += INT16SZ;
860 iov[0] = evConsIovec(&len, INT16SZ);
863 if (writev(statp->_vcsock, iov, 2) != (INT16SZ + buflen)) {
874 len = INT16SZ;
    [all...]
  /external/curl/lib/
inet_ntop.c 41 #define INT16SZ 2
93 unsigned long words[IN6ADDRSZ / INT16SZ];
109 for(i = 0; i < (IN6ADDRSZ / INT16SZ); i++) {
128 for(i = 0; i < (IN6ADDRSZ / INT16SZ); i++) {
157 if(best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ))
inet_pton.c 37 #define INT16SZ 2
189 if(tp + INT16SZ > endp)
206 if(tp + INT16SZ > endp)
  /external/tcpdump/missing/
inet_ntop.c 55 #ifndef INT16SZ
56 #define INT16SZ 2 /* word size */
114 u_long words [IN6ADDRSZ / INT16SZ];
129 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++)
152 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++)
186 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; \
  /libcore/ojluni/src/main/java/sun/net/util/
IPAddressUtil.java 31 private final static int INT16SZ = 2;
187 if (j + INT16SZ > INADDR16SZ)
219 if (j + INT16SZ > INADDR16SZ)
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 167 rdlength -= INT16SZ;
169 rdlength -= INT16SZ;
300 rdlength -= INT16SZ;
302 rdlength -= INT16SZ;
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 740 private final static int INT16SZ = 2;
752 for (int i = 0; i < (INADDRSZ / INT16SZ); i++) {
756 if (i < (INADDRSZ / INT16SZ) -1 ) {
  /bionic/libc/include/arpa/
nameser_compat.h 99 #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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /development/ndk/platforms/android-21/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/current/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/arpa/
nameser_compat.h 146 #define INT16SZ NS_INT16SZ

Completed in 2606 milliseconds

1 2