Home
last modified time | relevance | path

Searched refs:INADDRSZ (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c77 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()
/bionic/libc/include/arpa/
Dnameser_compat.h148 #define INADDRSZ NS_INADDRSZ macro
/bionic/libc/dns/
Dgethnamaddr.c644 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()
/bionic/libc/dns/net/
Dgetaddrinfo.c1435 if (type == T_A && n != INADDRSZ) { in getanswer()