I've been looking at the ifaddr structure in the if.h file and I can't
locate the iface structure declaration in the source code. Which is the
content of this structure and where can i find it?.
struct ifaddr
{
...
struct iface *ifa_ifp; /* back-pointer to interface */
...
};