HomeSort by relevance Sort by last modified time
    Searched refs:getifaddrs (Results 1 - 8 of 8) sorted by null

  /external/dhcpcd/
ifaddrs.h 30 extern int getifaddrs(struct ifaddrs **ifap);
ifaddrs.c 95 int getifaddrs(struct ifaddrs **ifap) function
net.c 338 if (getifaddrs(&ifaddrs) == -1)
509 if (getifaddrs(&ifaddrs) == -1)
529 /* TODO: Fix getifaddrs() */
  /prebuilt/linux-x86/toolchain/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. */
  /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...]
  /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     [all...]

Completed in 2534 milliseconds