Home
last modified time | relevance | path

Searched refs:INADDRSZ (Results 1 – 3 of 3) 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.h86 #define INADDRSZ NS_INADDRSZ macro
/bionic/libc/dns/net/
Dgetaddrinfo.c1440 if (type == T_A && n != INADDRSZ) { in getanswer()