ipaddrinfo_t Structure
The ipaddrinfo_t structure is a translated version of the ifa_msghdr_t associated with the routing socket message associated with the IP address event.
typedef struct ipaddrinfo {
string ipaddr_ifname;
int ipaddr_ifflags;
uint16_t ipaddr_ifindex;
int ipaddr_metric;
int ipaddr_addresses;
string ipaddr_address;
string ipaddr_netmask;
string ipaddr_broadcast;
uintptr_t ipaddr_addr;
} ipaddrinfo_t;