Home
last modified time | relevance | path

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

/external/tcpdump/
Dstrtoaddr.c36 #ifndef NS_INT16SZ
37 #define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */ macro
197 if (tp + NS_INT16SZ > endp) in strtoaddr6()
214 if (tp + NS_INT16SZ > endp) 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()
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.h62 #ifndef NS_INT16SZ
63 #define NS_INT16SZ 2 macro
Dinet_net_pton.c319 if (tp + NS_INT16SZ > endp) in inet_net_pton_ipv6()
340 if (tp + NS_INT16SZ > endp) in inet_net_pton_ipv6()
Dnameser.h16 #define NS_INT16SZ 2 macro