NS_IN6ADDRSZ       23 compat/inet_ntop.c #ifndef NS_IN6ADDRSZ
NS_IN6ADDRSZ       83 compat/inet_ntop.c 	unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ];
NS_IN6ADDRSZ       92 compat/inet_ntop.c 	for (i = 0; i < NS_IN6ADDRSZ; i++)
NS_IN6ADDRSZ       98 compat/inet_ntop.c 	for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
NS_IN6ADDRSZ      123 compat/inet_ntop.c 	for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) {
NS_IN6ADDRSZ      146 compat/inet_ntop.c 	    (NS_IN6ADDRSZ / NS_INT16SZ))
NS_IN6ADDRSZ       28 compat/inet_pton.c #ifndef NS_IN6ADDRSZ
NS_IN6ADDRSZ      110 compat/inet_pton.c         unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp;
NS_IN6ADDRSZ      115 compat/inet_pton.c         memset((tp = tmp), '\0', NS_IN6ADDRSZ);
NS_IN6ADDRSZ      116 compat/inet_pton.c         endp = tp + NS_IN6ADDRSZ;
NS_IN6ADDRSZ      184 compat/inet_pton.c         memcpy(dst, tmp, NS_IN6ADDRSZ);