Searched refs:getifaddrs (Results 1 - 7 of 7) sorted by relevance

/external/dhcpcd/
H A Difaddrs.h30 extern int getifaddrs(struct ifaddrs **ifap);
H A Difaddrs.c95 int getifaddrs(struct ifaddrs **ifap) function
H A Dnet.c338 if (getifaddrs(&ifaddrs) == -1)
509 if (getifaddrs(&ifaddrs) == -1)
529 /* TODO: Fix getifaddrs() */
/external/chromium/net/base/
H A Dnet_util_posix.cc60 // getifaddrs() may require IO operations.
64 if (getifaddrs(&ifaddr) < 0) {
65 PLOG(ERROR) << "getifaddrs";
H A Dnet_util.cc1938 int rv = getifaddrs(&interface_addr);
2048 int rv = getifaddrs(&interface_addr);
2050 DVLOG(1) << "getifaddrs() failed with errno = " << errno;
/external/libpcap/
H A Dfad-getad.c136 * 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));
H A Dconfigure5693 { echo "$as_me:$LINENO: checking for getifaddrs" >&5
5694 echo $ECHO_N "checking for getifaddrs... $ECHO_C" >&6; }
5704 /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs.
5706 #define getifaddrs innocuous_getifaddrs
5709 which can conflict with char getifaddrs (); below.
5719 #undef getifaddrs
5727 char getifaddrs ();
5738 return getifaddrs ();
5777 # We have "getifaddrs()"; mak
[all...]

Completed in 186 milliseconds