Home | History | Annotate | Download | only in base

Lines Matching refs:ifaddrs

28 #include <ifaddrs.h>
1926 // Android does not have the ifaddrs.h header
1937 struct ifaddrs* interface_addr = NULL;
1945 for (struct ifaddrs* interface = interface_addr;
2044 // Android has no <ifaddrs.h>
2047 struct ifaddrs* interface_addr = NULL;
2055 for (struct ifaddrs* interface = interface_addr;