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

  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 136 u_int words[NS_IN6ADDRSZ / NS_INT16SZ];
149 for (i = 0; i < NS_IN6ADDRSZ; i++)
155 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
181 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
212 (NS_IN6ADDRSZ / NS_INT16SZ)) {
inet_pton.c 227 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
235 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
236 endp = tp + NS_IN6ADDRSZ;
306 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 102 milliseconds