Searched refs:inet_ntop (Results 1 – 20 of 20) sorted by relevance
/bionic/tests/ |
D | arpa_inet_test.cpp | 139 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss, s, INET_ADDRSTRLEN)); in TEST() 155 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, INET_ADDRSTRLEN)); in TEST() 156 ASSERT_STREQ("127.0.0.1", inet_ntop(AF_INET, &ss4, s4, 2*INET_ADDRSTRLEN)); in TEST() 157 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET_ADDRSTRLEN)); in TEST() 158 ASSERT_STREQ("::1", inet_ntop(AF_INET6, &ss6, s6, INET6_ADDRSTRLEN)); in TEST() 159 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/ |
D | libc.mips64.map | 446 inet_ntop;
|
D | libc.x86_64.map | 446 inet_ntop;
|
D | libc.arm64.map | 446 inet_ntop;
|
D | libc.x86.brillo.map | 515 inet_ntop;
|
D | libc.mips.brillo.map | 517 inet_ntop;
|
D | libc.arm.brillo.map | 519 inet_ntop;
|
D | libc.mips.map | 517 inet_ntop;
|
D | libc.x86.map | 515 inet_ntop;
|
D | libc.arm.map | 519 inet_ntop;
|
D | libc.map.txt | 521 inet_ntop;
|
D | Android.mk | 439 upstream-openbsd/lib/libc/net/inet_ntop.c \
|
D | Android.bp | 459 "upstream-openbsd/lib/libc/net/inet_ntop.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 412 inet_ntop
|