Searched refs:inet_ntop (Results 1 – 10 of 10) sorted by relevance
/bionic/tests/ |
D | arpa_inet_test.cpp | 60 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss, s, INET_ADDRSTRLEN)); in TEST() 76 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN)); in TEST() 77 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN)); in TEST() 78 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN)); in TEST() 79 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN)); in TEST() 80 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, 2*INET6_ADDRSTRLEN)); in TEST()
|
/bionic/libc/include/arpa/ |
D | inet.h | 45 const char* inet_ntop(int, const void*, char*, socklen_t);
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 296 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr)) in getnameinfo_inet() 342 if (inet_ntop(afd->a_af, addr, host, in getnameinfo_inet() 364 if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL) in ip6_parsenumeric()
|
D | gethnamaddr.c | 935 const char * addrStr = inet_ntop(af, addr, buf, sizeof(buf)); in android_gethostbyaddrfornet_proxy_internal() 1494 if (inet_ntop(af, uaddr, name, (socklen_t)sizeof(name)) == NULL) in _yp_gethtbyaddr()
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntop.c | 46 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop() function
|
/bionic/libc/dns/nameser/ |
D | ns_print.c | 163 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen); in ns_sprintrrf() 333 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen); in ns_sprintrrf() 424 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen); in ns_sprintrrf() 691 (void) inet_ntop(AF_INET6, &a, buf, (socklen_t)buflen); in ns_sprintrrf() 963 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen); in ns_sprintrrf() 968 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen); in ns_sprintrrf()
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 732 inet_ntop(AF_INET, &u.sin.sin_addr, ret, (socklen_t)sizeof ret); in p_sockun() 736 inet_ntop(AF_INET6, &u.sin6.sin6_addr, ret, sizeof ret); in p_sockun()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 412 inet_ntop
|
/bionic/libc/ |
D | libc.map | 611 inet_ntop;
|
D | Android.mk | 399 upstream-openbsd/lib/libc/net/inet_ntop.c \
|