Ruslan Ermilov 4a0d6638b3 - Store pointer to the link-level address right in "struct ifnet"
rather than in ifindex_table[]; all (except one) accesses are
  through ifp anyway.  IF_LLADDR() works faster, and all (except
  one) ifaddr_byindex() users were converted to use ifp->if_addr.

- Stop storing a (pointer to) Ethernet address in "struct arpcom",
  and drop the IFP2ENADDR() macro; all users have been converted
  to use IF_LLADDR() instead.
2005-11-11 16:04:59 +00:00
..
2005-02-12 18:10:26 +00:00
2005-04-15 10:14:00 +00:00
2005-08-02 20:05:37 +00:00
2005-02-10 02:43:26 +00:00
2005-09-19 11:49:54 +00:00
2005-02-06 19:24:59 +00:00