Searched refs:INADDRSZ (Results 1 – 3 of 3) sorted by relevance
77 u_char tmp[INADDRSZ], *tp; in inet_pton4()107 memcpy(dst, tmp, INADDRSZ); in inet_pton4()178 if (ch == '.' && ((tp + INADDRSZ) <= endp) && in inet_pton6()180 tp += INADDRSZ; in inet_pton6()
101 #define INADDRSZ NS_INADDRSZ macro
1426 if (type == T_A && n != INADDRSZ) { in getanswer()