Rizin
unix-like reverse engineering framework and cli tools
|
#include <sys/cdefs.h>
Go to the source code of this file.
Classes | |
struct | ifaddrs |
Macros | |
#define | ifa_broadaddr ifa_dstaddr /* broadcast address interface */ |
Functions | |
__BEGIN_DECLS int | getifaddrs (struct ifaddrs **ifap) |
void | freeifaddrs (struct ifaddrs *ifa) |
#define ifa_broadaddr ifa_dstaddr /* broadcast address interface */ |
Definition at line 44 of file android-ifaddrs.h.
void freeifaddrs | ( | struct ifaddrs * | ifa | ) |
Definition at line 704 of file android-ifaddrs.c.
References ifaddrs::ifa_next, and uv__free().
Referenced by uv_interface_addresses().
__BEGIN_DECLS int getifaddrs | ( | struct ifaddrs ** | ifap | ) |
Definition at line 655 of file android-ifaddrs.c.
References close, freeResultList(), getResultList(), interpretAddrs(), interpretLinks(), netlink_socket(), and NULL.
Referenced by uv_interface_addresses().