Home
last modified time | relevance | path

Searched refs:getifaddrs (Results 1 – 25 of 43) sorted by relevance

12

/external/webrtc/webrtc/base/
Difaddrs-android.h34 int getifaddrs(struct ifaddrs** result);
Difaddrs-android.cc135 int getifaddrs(struct ifaddrs** result) { in getifaddrs() function
Dnetwork.cc472 int error = getifaddrs(&interfaces); in CreateNetworks()
/external/compiler-rt/test/msan/
Difaddrs.cc29 int res = getifaddrs(&ifas); in main()
/external/libpcap/
Dfad-getad.c170 if (getifaddrs(&ifap) != 0) { in pcap_findalldevs_interfaces()
DCMakeLists.txt1203 check_function_exists(getifaddrs HAVE_GETIFADDRS)
1218 check_library_exists(socket getifaddrs "" SOCKET_HAS_GETIFADDRS)
1227 # We have "getifaddrs()"; make sure we have <ifaddrs.h>
1235 # We have the header, so we use "getifaddrs()" to
1245 # out something to do on systems with "getifaddrs()"
1249 … message(FATAL_ERROR "Your system has getifaddrs() but doesn't have a usable <ifaddrs.h>.")
1253 # Well, we don't have "getifaddrs()", at least not with the
1258 # getifaddrs(), but in -lsocket, not in -lxnet, so we
1265 # in Solaris 8. (Solaris's getifaddrs() appears to
Dconfigure.ac922 AC_CHECK_FUNC(getifaddrs,[
924 # We have "getifaddrs()"; make sure we have <ifaddrs.h>
929 # We have the header, so we use "getifaddrs()" to
939 # out something to do on systems with "getifaddrs()"
943 AC_MSG_ERROR([Your system has getifaddrs() but doesn't have a usable <ifaddrs.h>.])
947 # Well, we don't have "getifaddrs()", at least not with the
952 # getifaddrs(), but in -lsocket, not in -lxnet, so we
959 # in Solaris 8. (Solaris's getifaddrs() appears to
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server_utils_posix_ifaddrs.cc110 if (getifaddrs(&ifa) != 0 || ifa == nullptr) { in grpc_tcp_server_add_all_local_addrs()
/external/curl/lib/
Dif2ip.c115 if(getifaddrs(&head) >= 0) { in Curl_if2ip()
/external/libcups/
DAndroid.bp34 "cups/getifaddrs.c",
/external/libcups/cups/
Dhttp-private.h427 # define getifaddrs _cups_getifaddrs macro
DMakefile45 getifaddrs.o \
DDependencies66 getifaddrs.o: getifaddrs.c http-private.h ../config.h ../cups/language.h \
/external/toybox/toys/net/
Dping.c117 else if (getifaddrs(&ifa2)) perror_exit("getifaddrs"); in ping_main()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c218 static int getifaddrs(struct ifaddrs **ifa0) in getifaddrs() function
347 if (getifaddrs(&ifa0)) { in grab_myaddrs()
/external/grpc-grpc/test/core/iomgr/
Dtcp_server_posix_test.cc452 if (getifaddrs(&ifa) != 0 || ifa == nullptr) { in main()
/external/curl/m4/
Dcurl-functions.m43226 dnl Verify if getifaddrs is available, prototyped, can
3242 AC_MSG_CHECKING([if getifaddrs can be linked])
3244 AC_LANG_FUNC_LINK_TRY([getifaddrs])
3254 AC_MSG_CHECKING([if getifaddrs is prototyped])
3255 AC_EGREP_CPP([getifaddrs],[
3267 AC_MSG_CHECKING([if getifaddrs is compilable])
3272 if(0 != getifaddrs(0))
3287 AC_MSG_CHECKING([if getifaddrs seems to work])
3296 error = getifaddrs(&ifa);
3313 AC_MSG_CHECKING([if getifaddrs usage allowed])
[all …]
/external/iputils/
DRELNOTES135 arping: ALlow no default interface and select one by getifaddrs().
137 arping,Makefile: Allow build without getifaddrs() with WITHOUT_IFADDRS=yes.
191 arping: Use getifaddrs() to get broadcast address.
Darping.c601 rc = getifaddrs(&ifa0); in find_device_by_ifaddrs()
Dping.c399 ret = getifaddrs(&ifa0); in main()
Dping6.c1015 if (getifaddrs(&ifa0)) { in main()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs532 pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int; in getifaddrs() function
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c100 mDNSlocal int getifaddrs( struct ifaddrs **outAddrs );
2466 err = getifaddrs( &addrs ); in SetupInterfaceList()
3484 mDNSlocal int getifaddrs( struct ifaddrs **outAddrs ) in getifaddrs() function
4434 getifaddrs(&ifa); in myGetIfAddrs()
/external/libevent/
Devent-config.h.cmake142 /* Define to 1 if you have the `getifaddrs' function. */
Dconfig.h.in100 /* Define to 1 if you have the `getifaddrs' function. */

12