Searched refs:getifaddrs (Results 1 – 25 of 43) sorted by relevance
12
/external/webrtc/webrtc/base/ |
D | ifaddrs-android.h | 34 int getifaddrs(struct ifaddrs** result);
|
D | ifaddrs-android.cc | 135 int getifaddrs(struct ifaddrs** result) { in getifaddrs() function
|
D | network.cc | 472 int error = getifaddrs(&interfaces); in CreateNetworks()
|
/external/compiler-rt/test/msan/ |
D | ifaddrs.cc | 29 int res = getifaddrs(&ifas); in main()
|
/external/libpcap/ |
D | fad-getad.c | 170 if (getifaddrs(&ifap) != 0) { in pcap_findalldevs_interfaces()
|
D | CMakeLists.txt | 1203 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
|
D | configure.ac | 922 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/ |
D | tcp_server_utils_posix_ifaddrs.cc | 110 if (getifaddrs(&ifa) != 0 || ifa == nullptr) { in grpc_tcp_server_add_all_local_addrs()
|
/external/curl/lib/ |
D | if2ip.c | 115 if(getifaddrs(&head) >= 0) { in Curl_if2ip()
|
/external/libcups/ |
D | Android.bp | 34 "cups/getifaddrs.c",
|
/external/libcups/cups/ |
D | http-private.h | 427 # define getifaddrs _cups_getifaddrs macro
|
D | Makefile | 45 getifaddrs.o \
|
D | Dependencies | 66 getifaddrs.o: getifaddrs.c http-private.h ../config.h ../cups/language.h \
|
/external/toybox/toys/net/ |
D | ping.c | 117 else if (getifaddrs(&ifa2)) perror_exit("getifaddrs"); in ping_main()
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 218 static int getifaddrs(struct ifaddrs **ifa0) in getifaddrs() function 347 if (getifaddrs(&ifa0)) { in grab_myaddrs()
|
/external/grpc-grpc/test/core/iomgr/ |
D | tcp_server_posix_test.cc | 452 if (getifaddrs(&ifa) != 0 || ifa == nullptr) { in main()
|
/external/curl/m4/ |
D | curl-functions.m4 | 3226 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/ |
D | RELNOTES | 135 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.
|
D | arping.c | 601 rc = getifaddrs(&ifa0); in find_device_by_ifaddrs()
|
D | ping.c | 399 ret = getifaddrs(&ifa0); in main()
|
D | ping6.c | 1015 if (getifaddrs(&ifa0)) { in main()
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 532 pub fn getifaddrs(ifap: *mut *mut ::ifaddrs) -> ::c_int; in getifaddrs() function
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 100 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/ |
D | event-config.h.cmake | 142 /* Define to 1 if you have the `getifaddrs' function. */
|
D | config.h.in | 100 /* Define to 1 if you have the `getifaddrs' function. */
|
12