Home
last modified time | relevance | path

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

/bionic/libc/inet/
Dinet_pton.c210 memcpy(dst, &val, NS_INADDRSZ); in inet_pton4()
280 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) && in inet_pton6()
282 tp += NS_INADDRSZ; in inet_pton6()
/bionic/libc/private/
Darpa_nameser_compat.h146 #define INADDRSZ NS_INADDRSZ
Darpa_nameser.h85 #define NS_INADDRSZ 4 /* IPv4 T_A */ macro
/bionic/libc/netbsd/nameser/
Dns_print.c167 if (rdlen != (size_t)NS_INADDRSZ) in ns_sprintrrf()
430 rdata += NS_INADDRSZ; in ns_sprintrrf()