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-08-25 21:06:56 +00:00
2005-09-26 18:42:27 +00:00
2005-09-29 15:04:58 +00:00
2005-09-15 17:12:29 +00:00
2005-10-27 21:22:58 +00:00
2005-08-18 19:24:30 +00:00