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

/external/dhcpcd-6.8.2/
H A Difaddrs.h30 extern int getifaddrs(struct ifaddrs **ifap);
H A Difaddrs.c99 int getifaddrs(struct ifaddrs **ifap) function
H A Dif.c295 if (getifaddrs(&ifaddrs) == -1)
H A Dconfigure476 # 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/webrtc/webrtc/base/
H A Difaddrs-android.h18 // Implementation of getifaddrs for Android.
21 // See 'man getifaddrs' on Linux or OS X (nb: it is not a POSIX function).
34 int getifaddrs(struct ifaddrs** result);
H A Difaddrs-android.cc135 int getifaddrs(struct ifaddrs** result) { function in namespace:rtc
H A Dnetwork.cc472 int error = getifaddrs(&interfaces);
474 LOG_ERR(LERROR) << "getifaddrs failed to gather interface data: " << error;
/external/compiler-rt/test/msan/
H A Difaddrs.cc29 int res = getifaddrs(&ifas);
32 printf("getifaddrs() is not implemented\n");
/external/curl/lib/
H A Dif2ip.c105 if(getifaddrs(&head) >= 0) {
133 if(getifaddrs(&head) >= 0) {
/external/libpcap/
H A Dfad-getad.c168 * of "getifaddrs()" now, or in the future, will return
171 if (getifaddrs(&ifap) != 0) {
173 "getifaddrs: %s", pcap_strerror(errno));
/external/libcups/cups/
H A Dhttp-private.h382 * Some OS's don't have getifaddrs() and freeifaddrs()...
417 # define getifaddrs _cups_getifaddrs macro
H A DMakefile45 getifaddrs.o \
/external/toybox/toys/pending/
H A Dping.c123 else if (getifaddrs(&ifa2)) perror_exit("getifaddrs");
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c218 static int getifaddrs(struct ifaddrs **ifa0) function
347 if (getifaddrs(&ifa0)) {
349 "getifaddrs failed: %s\n", strerror(errno));
/external/iputils/
H A Darping.c601 rc = getifaddrs(&ifa0);
603 perror("getifaddrs");
H A Dping.c399 ret = getifaddrs(&ifa0);
H A Dping6.c1010 if (getifaddrs(&ifa0)) {
1011 perror("getifaddrs");
/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c100 mDNSlocal int getifaddrs( struct ifaddrs **outAddrs );
2466 err = getifaddrs( &addrs );
3481 // getifaddrs
3484 mDNSlocal int getifaddrs( struct ifaddrs **outAddrs ) function
3628 // Add each address as a separate interface to emulate the way getifaddrs works.
4434 getifaddrs(&ifa);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4658 // As long as getifaddrs()/freeifaddrs() use calloc()/free(), we don't need to
4661 INTERCEPTOR(int, getifaddrs, __sanitizer_ifaddrs **ifap) {
4663 COMMON_INTERCEPTOR_ENTER(ctx, getifaddrs, ifap);
4667 int res = REAL(getifaddrs)(ifap);
4691 COMMON_INTERCEPT_FUNCTION(getifaddrs);
/external/libevent/
H A Devutil.c651 /* Most free Unixy systems provide getifaddrs, which gives us a linked list
655 if (getifaddrs(&ifa) < 0) {
656 event_warn("Unable to call getifaddrs()");
H A Dconfigure14131 getifaddrs \
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2457 getifaddrs(&ptrIfAddrsStart);
/external/curl/
H A Dconfigure33863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs can be linked" >&5
33864 $as_echo_n "checking if getifaddrs can be linked... " >&6; }
33869 #define getifaddrs innocuous_getifaddrs
33875 #undef getifaddrs
33879 char getifaddrs ();
33886 return getifaddrs ();
33909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs is prototyped" >&5
33910 $as_echo_n "checking if getifaddrs is prototyped... " >&6; }
33918 $EGREP "getifaddrs" >/dev/null 2>&1; then :
33936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getifaddrs i
[all...]

Completed in 1385 milliseconds