HomeSort by relevance Sort by last modified time
    Searched full:getifaddrs (Results 1 - 25 of 30) sorted by null

1 2

  /external/dhcpcd/
ifaddrs.h 30 extern int getifaddrs(struct ifaddrs **ifap);
ifaddrs.c 96 int getifaddrs(struct ifaddrs **ifap) function
net.c 356 if (getifaddrs(&ifaddrs) == -1)
541 if (getifaddrs(&ifaddrs) == -1)
561 /* TODO: Fix getifaddrs() */
  /external/chromium/net/base/
net_util_posix.cc 60 // getifaddrs() may require IO operations.
64 if (getifaddrs(&ifaddr) < 0) {
65 PLOG(ERROR) << "getifaddrs";
net_util.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ifaddrs.h 28 /* The `getifaddrs' function generates a linked list of these structures.
67 extern int getifaddrs (struct ifaddrs **__ifap) __THROW;
69 /* Reclaim the storage allocated by a previous `getifaddrs' call. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 28 /* The `getifaddrs' function generates a linked list of these structures.
67 extern int getifaddrs (struct ifaddrs **__ifap) __THROW;
69 /* Reclaim the storage allocated by a previous `getifaddrs' call. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ifaddrs.h 28 /* The `getifaddrs' function generates a linked list of these structures.
67 extern int getifaddrs (struct ifaddrs **__ifap) __THROW;
69 /* Reclaim the storage allocated by a previous `getifaddrs' call. */
  /external/libpcap/
fad-getad.c 136 * This is the implementation used on platforms that have "getifaddrs()".
159 * of "getifaddrs()" now, or in the future, will return
162 if (getifaddrs(&ifap) != 0) {
164 "getifaddrs: %s", pcap_strerror(errno));
configure.in 243 AC_CHECK_FUNC(getifaddrs,[
245 # We have "getifaddrs()"; make sure we have <ifaddrs.h>
250 # We have the header, so we use "getifaddrs()" to
260 # out something to do on systems with "getifaddrs()"
264 AC_MSG_ERROR([Your system has getifaddrs() but doesn't have a usable <ifaddrs.h>.])
268 # Well, we don't have "getifaddrs()", so we have to use
fad-glifc.c 79 * but don't have "getifaddrs()". (Solaris 8 and later; we use
pcap-int.h 319 * "getifaddrs()", etc..
CHANGES 201 "getifaddrs()" rather than SIOCGIFCONF used, if available.
INSTALL.txt 331 fad-getad.c - pcap_findalldevs() for systems with getifaddrs()
fad-gifc.c 93 * We assume that a UNIX that doesn't have "getifaddrs()" and doesn't have
configure     [all...]
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 83 // getifaddrs().
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 214 static int getifaddrs(struct ifaddrs **ifa0) function
343 if (getifaddrs(&ifa0)) {
345 "getifaddrs failed: %s\n", strerror(errno));
  /external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt 45 on getifaddrs() (glibc 2.3.3)
278 report on getifaddrs() (glibc 2.3.3)
  /external/libppp/src/
ipv6cp.c 135 if (getifaddrs(&ifap) < 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /bionic/libc/netbsd/net/
getaddrinfo.c 381 * on the local system". However, bionic doesn't currently support getifaddrs,
    [all...]

Completed in 374 milliseconds

1 2