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

  /external/openssh/openbsd-compat/
inet_ntop.c 39 #ifndef INT16SZ
40 #define INT16SZ 2 /* for systems without 16-bit ints */
120 u_int words[IN6ADDRSZ / INT16SZ];
134 for (i = 0; i < (IN6ADDRSZ / INT16SZ); i++) {
160 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
191 if (best.base != -1 && (best.base + best.len) == (IN6ADDRSZ / INT16SZ)) {
getrrsetbyname.c 88 #ifndef INT16SZ
89 # define INT16SZ 2
98 (cp) += INT16SZ; \
485 *cp += INT16SZ;
489 *cp += INT16SZ;
532 *cp += INT16SZ;
536 *cp += INT16SZ;
544 *cp += INT16SZ;
  /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/private/
arpa_nameser_compat.h 144 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 93 #define INT16SZ NS_INT16SZ
  /external/dnsmasq/src/
nameser.h 108 #define INT16SZ 2 /* for systems without 16-bit ints */
339 (cp) += INT16SZ; \
357 (cp) += INT16SZ; \

Completed in 1089 milliseconds