Searched refs:INADDRSZ (Results 1 – 4 of 4) 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()
148 #define INADDRSZ NS_INADDRSZ macro
644 size = INADDRSZ; in gethostbyname_internal_real()959 len = INADDRSZ; in _gethtent()1159 char tmp[INADDRSZ]; in map_v4v6_address()1166 (void)memcpy(tmp, src, INADDRSZ); in map_v4v6_address()1173 (void)memcpy((void *)p, tmp, INADDRSZ); in map_v4v6_address()1185 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()
1435 if (type == T_A && n != INADDRSZ) { in getanswer()