Home
last modified time | relevance | path

Searched refs:getifaddrs (Results 1 – 25 of 29) 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/curl/lib/
Dif2ip.c104 if(getifaddrs(&head) >= 0) { in Curl_if_is_interface_name()
132 if(getifaddrs(&head) >= 0) { in Curl_if2ip()
Dcurl_config.h.cmake202 /* Define to 1 if you have a working getifaddrs function. */
/external/dhcpcd-6.8.2/
Difaddrs.h30 extern int getifaddrs(struct ifaddrs **ifap);
Difaddrs.c99 int getifaddrs(struct ifaddrs **ifap) in getifaddrs() function
Dif.c295 if (getifaddrs(&ifaddrs) == -1) in if_discover()
Dconfigure483 return getifaddrs(&ifap);
/external/compiler-rt/test/msan/
Difaddrs.cc29 int res = getifaddrs(&ifas); in main()
/external/toybox/toys/pending/
Dping.c83 if (!getifaddrs(&ifsave)) {
/external/libpcap/
Dfad-getad.c170 if (getifaddrs(&ifap) != 0) { in pcap_findalldevs_interfaces()
Dconfigure.in600 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
DCHANGES235 we have getifaddrs(), as it'll find interfaces with no
502 "getifaddrs()" rather than SIOCGIFCONF used, if available.
DINSTALL.txt325 fad-getad.c - pcap_findalldevs() for systems with getifaddrs()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c214 static int getifaddrs(struct ifaddrs **ifa0) in getifaddrs() function
343 if (getifaddrs(&ifa0)) { in grab_myaddrs()
/external/valgrind/docs/internals/
D3_2_BUGSTATUS.txt45 on getifaddrs() (glibc 2.3.3)
278 report on getifaddrs() (glibc 2.3.3)
/external/curl/m4/
Dcurl-functions.m42955 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/
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.c1010 if (getifaddrs(&ifa0)) { in main()
/external/netperf/
Dconfig.h.in45 /* Define to 1 if you have the `getifaddrs' function. */
Dconfigure.ac85 AC_CHECK_FUNCS([getnameinfo getaddrinfo inet_ntop getifaddrs])
/external/webrtc/webrtc/test/channel_transport/
Dudp_transport_impl.cc2457 getifaddrs(&ptrIfAddrsStart); in LocalHostAddressIPV6()

12