Home
last modified time | relevance | path

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

/external/tcpdump/
Dstrtoaddr.c32 #ifndef NS_IN6ADDRSZ
33 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */ macro
45 #ifndef NS_IN6ADDRSZ
46 #define NS_IN6ADDRSZ 16 /* IPv6 T_AAAA */ macro
161 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in strtoaddr6()
166 memset((tp = tmp), '\0', NS_IN6ADDRSZ); in strtoaddr6()
167 endp = tp + NS_IN6ADDRSZ; in strtoaddr6()
237 memcpy(dst, tmp, NS_IN6ADDRSZ); in strtoaddr6()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dinet_ntop.c120 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6()
129 for (i = 0; i < NS_IN6ADDRSZ; i++) in inet_ntop6()
135 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
160 for (i = 0; i < (NS_IN6ADDRSZ / NS_INT16SZ); i++) { in inet_ntop6()
183 if (best.base != -1 && (best.base + best.len) == (NS_IN6ADDRSZ / NS_INT16SZ)) in inet_ntop6()
Dares_ipv6.h49 #ifndef NS_IN6ADDRSZ
52 #define NS_IN6ADDRSZ 16 macro
54 #define NS_IN6ADDRSZ sizeof(struct in6_addr) macro
Dinet_net_pton.c274 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; in inet_net_pton_ipv6()
284 memset((tp = tmp), '\0', NS_IN6ADDRSZ); in inet_net_pton_ipv6()
285 endp = tp + NS_IN6ADDRSZ; in inet_net_pton_ipv6()
Dnameser.h18 #define NS_IN6ADDRSZ 16 macro