Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c692 size = NS_INADDRSZ; in gethostbyname_internal_real()
858 uaddr += NS_IN6ADDRSZ - NS_INADDRSZ; in android_gethostbyaddrfornetcontext_real()
861 len = NS_INADDRSZ; in android_gethostbyaddrfornetcontext_real()
865 size = NS_INADDRSZ; in android_gethostbyaddrfornetcontext_real()
988 len = NS_INADDRSZ; in netbsd_gethostent_r()
1045 char tmp[NS_INADDRSZ]; in map_v4v6_address()
1052 (void)memcpy(tmp, src, NS_INADDRSZ); in map_v4v6_address()
1059 (void)memcpy(p, tmp, NS_INADDRSZ); in map_v4v6_address()
1071 if (hp->h_addrtype != AF_INET || hp->h_length != NS_INADDRSZ) in map_v4v6_hostent()
1153 info->hp->h_length = NS_INADDRSZ; in _dns_gethtbyname()
[all …]
/bionic/libc/include/arpa/
Dnameser_compat.h86 #define INADDRSZ NS_INADDRSZ
Dnameser.h88 #define NS_INADDRSZ 4 /* IPv4 T_A */ macro
/bionic/libc/dns/nameser/
Dns_print.c161 if (rdlen != (size_t)NS_INADDRSZ) in ns_sprintrrf()
426 rdata += NS_INADDRSZ; in ns_sprintrrf()