Home
last modified time | relevance | path

Searched refs:NS_INADDRSZ (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dstrtoaddr.c28 #ifndef NS_INADDRSZ
29 #define NS_INADDRSZ 4 /* IPv4 T_A */ macro
138 memcpy(dst, &val, NS_INADDRSZ); in strtoaddr()
205 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in strtoaddr6()
207 tp += NS_INADDRSZ; in strtoaddr6()
/external/c-ares/
Dares_ipv6.h58 #ifndef NS_INADDRSZ
59 #define NS_INADDRSZ SIZEOF_STRUCT_IN_ADDR macro
Dconfig-dos.h107 #define NS_INADDRSZ 4 macro
Dinet_net_pton.c336 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_net_pton_ipv6()
338 tp += NS_INADDRSZ; in inet_net_pton_ipv6()
Dconfig-win32.h188 #define NS_INADDRSZ 4 macro
Dnameser.h17 #define NS_INADDRSZ 4 macro