Searched refs:getifaddrs (Results 1 – 25 of 29) 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/curl/lib/ |
D | if2ip.c | 104 if(getifaddrs(&head) >= 0) { in Curl_if_is_interface_name() 132 if(getifaddrs(&head) >= 0) { in Curl_if2ip()
|
D | curl_config.h.cmake | 202 /* Define to 1 if you have a working getifaddrs function. */
|
/external/dhcpcd-6.8.2/ |
D | ifaddrs.h | 30 extern int getifaddrs(struct ifaddrs **ifap);
|
D | ifaddrs.c | 99 int getifaddrs(struct ifaddrs **ifap) in getifaddrs() function
|
D | if.c | 295 if (getifaddrs(&ifaddrs) == -1) in if_discover()
|
D | configure | 483 return getifaddrs(&ifap);
|
/external/compiler-rt/test/msan/ |
D | ifaddrs.cc | 29 int res = getifaddrs(&ifas); in main()
|
/external/toybox/toys/pending/ |
D | ping.c | 83 if (!getifaddrs(&ifsave)) {
|
/external/libpcap/ |
D | fad-getad.c | 170 if (getifaddrs(&ifap) != 0) { in pcap_findalldevs_interfaces()
|
D | configure.in | 600 AC_CHECK_FUNC(getifaddrs,[ 602 # We have "getifaddrs()"; make sure we have <ifaddrs.h> 607 # We have the header, so we use "getifaddrs()" to 617 # out something to do on systems with "getifaddrs()" 621 AC_MSG_ERROR([Your system has getifaddrs() but doesn't have a usable <ifaddrs.h>.]) 625 # Well, we don't have "getifaddrs()", so we have to use
|
D | CHANGES | 235 we have getifaddrs(), as it'll find interfaces with no 502 "getifaddrs()" rather than SIOCGIFCONF used, if available.
|
D | INSTALL.txt | 325 fad-getad.c - pcap_findalldevs() for systems with getifaddrs()
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 214 static int getifaddrs(struct ifaddrs **ifa0) in getifaddrs() function 343 if (getifaddrs(&ifa0)) { in grab_myaddrs()
|
/external/valgrind/docs/internals/ |
D | 3_2_BUGSTATUS.txt | 45 on getifaddrs() (glibc 2.3.3) 278 report on getifaddrs() (glibc 2.3.3)
|
/external/curl/m4/ |
D | curl-functions.m4 | 2955 dnl Verify if getifaddrs is available, prototyped, can 2971 AC_MSG_CHECKING([if getifaddrs can be linked]) 2973 AC_LANG_FUNC_LINK_TRY([getifaddrs]) 2983 AC_MSG_CHECKING([if getifaddrs is prototyped]) 2984 AC_EGREP_CPP([getifaddrs],[ 2996 AC_MSG_CHECKING([if getifaddrs is compilable]) 3001 if(0 != getifaddrs(0)) 3016 AC_MSG_CHECKING([if getifaddrs seems to work]) 3025 error = getifaddrs(&ifa); 3042 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 | 1010 if (getifaddrs(&ifa0)) { in main()
|
/external/netperf/ |
D | config.h.in | 45 /* Define to 1 if you have the `getifaddrs' function. */
|
D | configure.ac | 85 AC_CHECK_FUNCS([getnameinfo getaddrinfo inet_ntop getifaddrs])
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_transport_impl.cc | 2457 getifaddrs(&ptrIfAddrsStart); in LocalHostAddressIPV6()
|
12