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

  /bionic/libc/inet/
inet_pton.c 233 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
241 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
242 endp = tp + NS_IN6ADDRSZ;
312 memcpy(dst, tmp, NS_IN6ADDRSZ);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 95 #define IN6ADDRSZ NS_IN6ADDRSZ
nameser.h 88 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 95 #define IN6ADDRSZ NS_IN6ADDRSZ
nameser.h 88 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 95 #define IN6ADDRSZ NS_IN6ADDRSZ
nameser.h 88 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */
  /bionic/libc/private/
arpa_nameser_compat.h 147 #define IN6ADDRSZ NS_IN6ADDRSZ
arpa_nameser.h 86 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */
  /bionic/libc/netbsd/nameser/
ns_print.c 335 if (rdlen != (size_t)NS_IN6ADDRSZ)

Completed in 136 milliseconds