HomeSort by relevance Sort by last modified time
    Searched full:inet_ntop (Results 276 - 300 of 568) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.functions.txt 464 inet_ntop
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.versions.txt 408 inet_ntop;
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.functions.txt 462 inet_ntop
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.versions.txt 408 inet_ntop;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.functions.txt 515 inet_ntop
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.functions.txt 431 inet_ntop
libc.so.versions.txt 446 inet_ntop;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.functions.txt 499 inet_ntop
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt 431 inet_ntop
libc.so.versions.txt 446 inet_ntop;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt 497 inet_ntop
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt 431 inet_ntop
libc.so.versions.txt 446 inet_ntop;
  /external/iproute2/bridge/
mdb.c 65 inet_ntop(af, src, abuf, sizeof(abuf)),
  /external/iptables/extensions/
libip6t_rt.c 51 return inet_ntop(AF_INET6, addrp, buf, sizeof(buf));
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 218 ASIO_DECL const char* inet_ntop(int af, const void* src, char* dest,
  /external/tcpdump/
tcpdump-stdinc.h 148 extern const char *inet_ntop (int, const void *, char *, size_t);
  /external/toybox/toys/pending/
host.c 165 inet_ntop(rrt[type].af, p, plname, sizeof plname);
dhcp6.c 427 inet_ntop(AF_INET6, res->ipaddr, toybuf, INET6_ADDRSTRLEN);
639 inet_ntop(AF_INET6, dhcp_data.ipaddr, toybuf, INET6_ADDRSTRLEN);
658 inet_ntop(AF_INET6, dhcp_data.ipaddr, toybuf, INET6_ADDRSTRLEN);
traceroute.c 420 inet_ntop(AF_INET6, &((struct sockaddr_in6 *)&from)->sin6_addr,
431 inet_ntop(AF_INET6, &((struct sockaddr_in6 *)
632 inet_ntop(AF_INET6, &((struct sockaddr_in6 *)&dest)->sin6_addr,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 
  /system/connectivity/shill/net/
ip_address.cc 242 !inet_ntop(family_, GetConstData(), address_buf, sizeof(address_buf))) {
  /external/curl/lib/
connect.c 69 #include "inet_ntop.h"
694 failf(data, "ssrem inet_ntop() failed with errno %d: %s",
703 failf(data, "ssloc inet_ntop() failed with errno %d: %s",
1015 /* malformed address or bug in inet_ntop, try next address */
1017 failf(data, "sa_addr inet_ntop() failed with errno %d: %s",
    [all...]
  /external/dhcpcd-6.8.2/
ipv6nd.c 663 p = inet_ntop(AF_INET6, &ap->addr, buf, sizeof(buf));
951 cbp = inet_ntop(AF_INET6,
996 cbp = inet_ntop(AF_INET6, &ap->prefix, buf, sizeof(buf));
    [all...]
  /external/fio/
server.c 996 from = inet_ntop(AF_INET6, (struct sockaddr *) &addr6.sin6_addr, buf, sizeof(buf));
998 from = inet_ntop(AF_INET, (struct sockaddr *) &addr.sin_addr, buf, sizeof(buf));
    [all...]

Completed in 587 milliseconds

<<11121314151617181920>>