HomeSort by relevance Sort by last modified time
    Searched full:inet_ntop (Results 76 - 100 of 618) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/curl/
Android.bp 115 "lib/inet_ntop.c",
  /external/curl/lib/
if2ip.c 53 #include "inet_ntop.h"
inet_ntop.c 35 #include "inet_ntop.h"
  /external/curl/packages/OS400/
make-lib.sh 178 MODULES="${MODULES} INET_NTOP SHARE HOSTTHRE MULTI LLIST FTP HTTP"
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 847 if(NULL == inet_ntop(AF_INET, &(addr4->sin_addr), ipstr, sizeof(ipstr)))
849 killchild(child,"inet_ntop");
859 if(NULL == inet_ntop(AF_INET6, &(addr6->sin6_addr), ipstr, sizeof(ipstr)))
861 killchild(child,"inet_ntop");
  /external/ltp/testcases/lib/
tst_net_iface_prefix.c 94 inet_ntop(family, RTA_DATA(retrta), pradd,
  /external/selinux/libsepol/src/
ibpkey_record.c 64 if (inet_ntop(AF_INET6, &addr, subnet_prefix_str,
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_dns_cache.cc 116 if ((formatted = inet_ntop(i->ai_addr->sa_family, address_ptr, buf,
  /external/webrtc/webrtc/base/
ipaddress.h 95 // Wraps inet_ntop.
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
CtUpdateAmbassador.cpp 94 if (inet_ntop(AF_INET, &(in.ipAddr), ipAddrStr, INET_ADDRSTRLEN) == nullptr) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
inet.h 65 extern __const char *inet_ntop (int __af, __const void *__restrict __cp,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libresolv-2.15.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libsysutils.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libsysutils.so 
  /system/core/adb/
transport_mdns.cpp 141 if (!inet_ntop(address->sa_family, const_cast<void*>(ip_addr_data),
  /external/android-clat/
clatd_test.cpp 572 inet_ntop(AF_INET6, expected, expected_str, sizeof(expected_str));
573 inet_ntop(AF_INET6, actual, actual_str, sizeof(actual_str));
669 inet_ntop(AF_INET6, &myaddr, myaddr_str, sizeof(myaddr_str));
670 inet_ntop(AF_INET6, plat_subnet, plat_str, sizeof(plat_str));
671 inet_ntop(AF_INET, ipv4addr, ipv4_str, sizeof(ipv4_str));
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 163 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
333 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
424 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
691 (void) inet_ntop(AF_INET6, &a, buf, (socklen_t)buflen);
963 (void) inet_ntop(AF_INET, rdata, buf, (socklen_t)buflen);
968 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 507 if not hasattr(socket, 'inet_ntop'):
508 return # No inet_ntop() on this platform
509 from socket import inet_ntoa as f, inet_ntop, AF_INET
510 g = lambda a: inet_ntop(AF_INET, a)
522 if not hasattr(socket, 'inet_ntop'):
523 return # No inet_ntop() on this platform
525 from socket import inet_ntop, AF_INET6, has_ipv6
530 f = lambda a: inet_ntop(AF_INET6, a)
    [all...]
  /external/deqp/framework/delibs/deutil/
deSocket.c 387 inet_ntop(AF_INET, (void*)&addr4->sin_addr, buf, sizeof(buf));
402 inet_ntop(AF_INET6, (void*)&addr6->sin6_addr, buf, sizeof(buf));
  /external/iproute2/ip/
link_gre.c 468 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_IKEY]), s2, sizeof(s2));
473 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_OKEY]), s2, sizeof(s2));
link_gre6.c 524 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_IKEY]), s2, sizeof(s2));
529 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_OKEY]), s2, sizeof(s2));
  /external/iproute2/tc/
f_rsvp.c 362 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_DST]), buf, sizeof(buf)) == 0)
389 if (inet_ntop(family, RTA_DATA(tb[TCA_RSVP_SRC]), buf, sizeof(buf)) == 0) {

Completed in 1181 milliseconds

1 2 34 5 6 7 8 91011>>