#include <at_var.h>
Data Fields | |
| struct ifaddr | aa_ifa |
| int | aa_flags |
| unsigned short | aa_firstnet |
| unsigned short | aa_lastnet |
| int | aa_probcnt |
| struct at_ifaddr * | aa_next |
For phase2, we need to keep not only our address on an interface, but also the legal networks on the interface.
| unsigned short at_ifaddr::aa_firstnet |
| int at_ifaddr::aa_flags |
| struct ifaddr at_ifaddr::aa_ifa |
| unsigned short at_ifaddr::aa_lastnet |
| struct at_ifaddr* at_ifaddr::aa_next |
| int at_ifaddr::aa_probcnt |