Searched
full:inet_ntop (Results
351 -
375 of
568) sorted by null
<<11121314151617181920>>
/external/iproute2/tc/ |
f_u32.c | 850 inet_ntop(AF_INET, &key->val, 906 inet_ntop(AF_INET, &key->val,
|
/external/strace/ |
net.c | 191 inet_ntop(AF_INET6, &addr->sa6.sin6_addr, 1388 if (!inet_ntop(AF_INET6, in6, address, sizeof(address))) [all...] |
configure.ac | 290 inet_ntop
|
/bionic/libc/dns/net/ |
gethnamaddr.c | 935 const char * addrStr = inet_ntop(af, addr, buf, sizeof(buf)); [all...] |
/external/fio/ |
client.c | 376 from = inet_ntop(AF_INET6, (struct sockaddr *) &client->addr6.sin6_addr, buf, bufsize); 380 from = inet_ntop(AF_INET, (struct sockaddr *) &client->addr.sin_addr, buf, bufsize); [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
socket_ops.ipp | [all...] |
/external/tcpdump/ |
print-icmp6.c | [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | 348 inet_ntop(AF_INET, &(in->sin_addr), str, INET_ADDRSTRLEN); 366 inet_ntop(AF_INET6, &(in6->sin6_addr), str, INET6_ADDRSTRLEN); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpulsecommon-0.9.21.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libpulsecommon-1.1.so | |
/external/android-clat/ |
translate.c | 95 // file entry is read using inet_ntop).
|
/external/avahi/avahi-core/ |
socket.c | 458 inet_ntop(sin->sin_family, &sin->sin_addr, where, sizeof(where));
|
/external/c-ares/ |
adig.c | 57 #include "inet_ntop.h"
|
/external/curl/lib/ |
Makefile.vc6 | 585 $(DIROBJ)\inet_ntop.obj \
|
config-symbian.h | 239 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
|
config-tpf.h | 225 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
|
hostip.c | 57 #include "inet_ntop.h"
|
/external/fio/os/windows/ |
posix.c | 897 const char* inet_ntop(int af, const void *restrict src, function
|
/external/iproute2/ip/ |
iptunnel.c | 359 inet_ntop(AF_INET6, &ip6rd.prefix, s1, sizeof(s1)),
|
/external/iproute2/lib/ |
utils.c | 712 return inet_ntop(af, addr, buf, buflen);
|
/external/libevent/ |
configure.ac | 293 AC_CHECK_FUNCS([getnameinfo strlcpy inet_ntop inet_pton signal sigaction strtoll inet_aton pipe eventfd sendfile mmap splice arc4random arc4random_buf issetugid geteuid getegid getprotobynumber setenv unsetenv putenv sysctl])
|
/external/libevent/include/event2/ |
util.h | 458 /** Replacement for inet_ntop for platforms which lack it. */
|
/external/selinux/libsepol/src/ |
module_to_cil.c | [all...] |
/external/tcpdump/win32/prj/ |
WinDump.dsp | 132 SOURCE=..\..\missing\inet_ntop.c
|
/system/extras/tests/net_test/ |
iproute.py | 282 data = socket.inet_ntop(msg.family, nla_data)
|
Completed in 1120 milliseconds
<<11121314151617181920>>