Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if_var.h 128157 2004-04-12 14:59:25Z ru $
---
> * $FreeBSD: head/sys/net/if_var.h 128291 2004-04-15 19:45:59Z luigi $
133a134,140
> /*
> * if_addrhead is the list of all addresses associated to
> * an interface. The first element of the list must be
> * of type AF_LINK, and contains sockaddr_dl addresses,
> * which include the link-level address and the name
> * of the interface.
> */
340a348,351
> *
> * NOTE: a 'struct ifaddr' is always at the beginning of a larger
> * chunk of malloc'ed memory, where we store the three addresses
> * (ifa_addr, ifa_dstaddr and ifa_netmask) referenced here.
355,357d365
< #ifdef notdef
< struct rtentry *ifa_rt; /* XXXX for ROUTETOIF ????? */
< #endif