Searched refs:inet_ntop (Results 1 – 12 of 12) 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 | 46 const char* inet_ntop(int __af, const void* __src, char* __dst, socklen_t __size);
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_ntop.c | 45 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop() function 58 DEF_WEAK(inet_ntop);
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 305 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr)) in getnameinfo_inet() 354 if (inet_ntop(afd->a_af, addr, host, in getnameinfo_inet() 376 if (inet_ntop(AF_INET6, addr, numaddr, sizeof(numaddr)) == NULL) in ip6_parsenumeric()
|
D | gethnamaddr.c | 903 const char * addrStr = inet_ntop(af, addr, buf, sizeof(buf)); in android_gethostbyaddrfornetcontext_proxy_internal() 1460 if (inet_ntop(af, uaddr, name, (socklen_t)sizeof(name)) == NULL) in _yp_gethtbyaddr()
|
/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 | 750 inet_ntop(AF_INET, &u.sin.sin_addr, ret, (socklen_t)sizeof ret); in p_sockun() 754 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/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_033.S | 507 CALL(inet_ntop)
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 514 inet_ntop;
|
/bionic/libc/ |
D | libc.map.txt | 514 inet_ntop;
|
D | Android.bp | 506 "upstream-openbsd/lib/libc/net/inet_ntop.c",
|