HomeSort by relevance Sort by last modified time
    Searched full:getifaddrs (Results 26 - 50 of 130) sorted by null

12 3 4 5 6

  /development/ndk/platforms/android-24/arch-mips64/symbols/
libc.so.functions.txt 385 getifaddrs
libc.so.versions.txt 1161 getifaddrs;
  /development/ndk/platforms/android-24/arch-x86/symbols/
libc.so.functions.txt 449 getifaddrs
libc.so.versions.txt 1219 getifaddrs;
  /development/ndk/platforms/android-24/arch-x86_64/symbols/
libc.so.functions.txt 385 getifaddrs
libc.so.versions.txt 1161 getifaddrs;
  /libcore/luni/src/main/java/android/system/
Os.java 196 * See <a href="http://man7.org/linux/man-pages/man3/getifaddrs.3.html">getifaddrs(3)</a>.
198 /** @hide */ public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs(); } method in class:Os
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 218 static int getifaddrs(struct ifaddrs **ifa0) function
347 if (getifaddrs(&ifa0)) {
349 "getifaddrs failed: %s\n", strerror(errno));
  /external/libpcap/
configure.ac 644 AC_CHECK_FUNC(getifaddrs,[
646 # We have "getifaddrs()"; make sure we have <ifaddrs.h>
651 # We have the header, so we use "getifaddrs()" to
661 # out something to do on systems with "getifaddrs()"
665 AC_MSG_ERROR([Your system has getifaddrs() but doesn't have a usable <ifaddrs.h>.])
669 # Well, we don't have "getifaddrs()", so we have to use
    [all...]
fad-glifc.c 74 * but don't have "getifaddrs()". (Solaris 8 and later; we use
pcap-int.h 411 * using the "standard" mechanisms (SIOCGIFCONF, "getifaddrs()", etc.).
  /bionic/libc/bionic/
ifaddrs.cpp 236 int getifaddrs(ifaddrs** out) { function
  /development/ndk/platforms/android-24/arch-arm/symbols/
libc.so.versions.txt 1237 getifaddrs;
  /development/ndk/platforms/android-24/arch-mips/symbols/
libc.so.versions.txt 1221 getifaddrs;
  /external/dhcpcd-6.8.2/
configure 476 # We require the libc to support non standard functions, like getifaddrs
477 printf "Testing for getifaddrs ... "
483 return getifaddrs(&ifap);
493 echo "libc support for getifaddrs is required - aborting" >&2
  /external/iputils/
Makefile 32 # Do not use getifaddrs [no|yes|static]
arping.c 601 rc = getifaddrs(&ifa0);
603 perror("getifaddrs");
RELNOTES 135 arping: ALlow no default interface and select one by getifaddrs().
137 arping,Makefile: Allow build without getifaddrs() with WITHOUT_IFADDRS=yes.
191 arping: Use getifaddrs() to get broadcast address.
  /external/netperf/
config.h.in 45 /* Define to 1 if you have the `getifaddrs' function. */
  /libcore/luni/src/main/java/libcore/io/
Os.java 99 public StructIfaddrs[] getifaddrs() throws ErrnoException; method in interface:Os
  /external/valgrind/docs/internals/
3_2_BUGSTATUS.txt 45 on getifaddrs() (glibc 2.3.3)
278 report on getifaddrs() (glibc 2.3.3)
  /external/webrtc/webrtc/base/
network.cc 472 int error = getifaddrs(&interfaces);
474 LOG_ERR(LERROR) << "getifaddrs failed to gather interface data: " << error;
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 373 ifaddrs = Libcore.os.getifaddrs();
396 // This interface has gone away between getifaddrs and if_nametoindex
  /external/curl/m4/
curl-functions.m4     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 289 #define getifaddrs _getifaddrs

Completed in 1590 milliseconds

12 3 4 5 6