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

  /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...]
  /libcore/luni/src/main/native/
ifaddrs-android.h 36 // Android (bionic) doesn't have getifaddrs(3)/freeifaddrs(3).
162 inline int getifaddrs(ifaddrs** result) { function
java_net_NetworkInterface.cpp 44 // Ensures we always call freeifaddrs(3) to clean up after getifaddrs(3).
51 int rc = getifaddrs(&list);
  /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));

Completed in 14 milliseconds