Searched refs:NS_INADDRSZ (Results 1 – 14 of 14) sorted by relevance
17 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&20 + ares_inet_net_pton_ipv4(curtok, tp, NS_INADDRSZ) > 0) {21 + tp += NS_INADDRSZ;
74 ares_inet_net_pton_ipv4(curtok, tp, NS_INADDRSZ) > 0) {75 tp += NS_INADDRSZ;
143 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&145 - tp += NS_INADDRSZ;
65 #ifndef NS_INADDRSZ66 #define NS_INADDRSZ sizeof(struct in_addr) macro
273 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in ares_inet_pton6()274 ares_inet_net_pton_ipv4(curtok, tp, NS_INADDRSZ) > 0) { in ares_inet_pton6()275 tp += NS_INADDRSZ; in ares_inet_pton6()
104 #define NS_INADDRSZ 4 macro
188 #define NS_INADDRSZ 4 macro
52 #ifndef NS_INADDRSZ53 # define NS_INADDRSZ 4 macro
23 #define NS_INADDRSZ 4 macro365 #define INADDRSZ NS_INADDRSZ