Home
last modified time | relevance | path

Searched refs:NS_IN6ADDRSZ (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/upstream-netbsd/libc/inet/
Dinet_ntop.c136 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6()
149 for (i = 0; i < NS_IN6ADDRSZ; i++) in inet_ntop6()
155 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
181 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
212 (NS_IN6ADDRSZ / NS_INT16SZ)) { in inet_ntop6()
Dinet_pton.c227 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6()
235 memset((tp = tmp), '\0', NS_IN6ADDRSZ); in inet_pton6()
236 endp = tp + NS_IN6ADDRSZ; in inet_pton6()
306 memcpy(dst, tmp, NS_IN6ADDRSZ); in inet_pton6()
/bionic/libc/private/
Darpa_nameser_compat.h147 #define IN6ADDRSZ NS_IN6ADDRSZ
Darpa_nameser.h86 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */ macro
/bionic/libc/netbsd/nameser/
Dns_print.c335 if (rdlen != (size_t)NS_IN6ADDRSZ) in ns_sprintrrf()