ru
f70f525b49
- 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-10-31 15:41:29 +00:00
2005-11-09 13:29:16 +00:00
2005-10-31 15:41:29 +00:00
2005-11-02 14:27:24 +00:00
2005-11-02 15:23:47 +00:00
2005-10-28 14:41:28 +00:00
2005-04-13 14:03:28 +00:00
2005-05-04 18:55:03 +00:00
2005-04-15 10:14:00 +00:00
2005-11-08 09:03:06 +00:00
2005-11-11 16:04:59 +00:00
2005-11-11 16:04:59 +00:00
2005-06-10 16:49:24 +00:00
2005-10-11 09:11:57 +00:00
2005-05-29 12:20:41 +00:00
2005-09-06 17:15:42 +00:00
2005-10-28 14:41:28 +00:00
2005-08-10 06:25:41 +00:00
2005-06-09 10:27:27 +00:00
2005-04-20 12:18:22 +00:00
2005-10-14 23:17:45 +00:00
2005-06-27 07:39:13 +00:00
2005-05-05 23:41:21 +00:00
2005-08-02 20:05:37 +00:00
2005-10-28 14:41:28 +00:00
2005-05-16 19:12:57 +00:00
2005-09-19 11:49:54 +00:00
2005-10-28 14:41:28 +00:00
2005-09-08 14:26:23 +00:00
2005-11-09 13:29:16 +00:00
2005-07-05 17:35:20 +00:00
2005-08-29 13:47:08 +00:00
2005-10-25 20:56:12 +00:00
2005-08-09 10:20:02 +00:00
2005-06-10 12:44:21 +00:00
2005-06-10 08:02:34 +00:00
2005-06-07 12:22:13 +00:00
2005-10-16 20:44:18 +00:00
2005-04-20 14:19:20 +00:00
2005-10-28 14:41:28 +00:00