Warner Losh
a20538a08a
Use CTASSERT to make sure:
...
sizeof ether_header is 2 * ETHER_ADDR_LEN + 2 (14) bytes long
sizeof ether_addr is ETHER_ADDR_LEN bytes long
On arm, this shows that struct ether_addr needs to be __packed.
The first condition muts be true for the bridging code to not dump core.
The second one appears to be implicitly relied upon by wi (but many
of the rids it sends down likely need __packed too to be safe) and
maybe others. It appears to not hurt anything.
2006-12-01 07:06:35 +00:00
..
2006-05-28 20:00:02 +00:00
2005-12-07 21:30:47 +00:00
2005-12-07 21:30:47 +00:00
2006-11-06 13:42:10 +00:00
2006-09-04 19:24:34 +00:00
2006-06-02 19:59:33 +00:00
2006-11-27 00:35:40 +00:00
2006-11-27 00:35:40 +00:00
2006-10-22 11:52:19 +00:00
2006-12-01 07:06:35 +00:00
2005-11-11 07:36:14 +00:00
2005-06-10 16:49:24 +00:00
2006-04-12 07:44:31 +00:00
2006-04-12 07:44:31 +00:00
2005-11-11 16:04:59 +00:00
2005-08-09 10:20:02 +00:00
2006-10-22 11:52:19 +00:00
2006-11-27 00:35:40 +00:00
2006-11-27 00:35:40 +00:00
2006-07-09 06:04:01 +00:00
2006-07-09 06:04:01 +00:00
2006-07-09 06:04:01 +00:00
2006-01-18 14:24:39 +00:00
2006-07-10 05:24:06 +00:00
2006-11-18 23:17:22 +00:00
2006-08-04 21:27:40 +00:00
2006-10-22 11:52:19 +00:00
2006-10-22 11:52:19 +00:00
2006-10-22 11:52:19 +00:00
2006-01-30 08:39:09 +00:00
2006-11-06 13:42:10 +00:00
2005-06-10 16:49:24 +00:00
2006-10-22 11:52:19 +00:00
2005-06-05 03:13:13 +00:00
2006-09-22 01:31:22 +00:00
2006-02-14 12:10:03 +00:00
2006-06-02 07:50:58 +00:00
2006-01-04 12:57:09 +00:00
2006-01-04 12:57:09 +00:00
2006-11-11 15:02:04 +00:00
2006-11-11 15:02:04 +00:00
2006-11-06 13:42:10 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2005-06-10 16:49:24 +00:00
2006-08-23 22:06:08 +00:00
2006-10-22 11:52:19 +00:00
2006-11-06 13:42:10 +00:00
2006-09-27 19:57:02 +00:00
2005-06-10 16:49:24 +00:00
2006-11-06 13:42:10 +00:00
2006-06-26 22:30:08 +00:00
2006-09-06 18:06:04 +00:00
2006-09-17 13:33:30 +00:00
2006-10-11 10:06:35 +00:00
2006-11-30 15:02:01 +00:00
2006-09-06 21:51:59 +00:00
2005-11-11 07:36:14 +00:00
2006-11-28 11:19:36 +00:00
2006-02-02 03:13:16 +00:00
2006-02-02 20:33:10 +00:00
2006-02-27 16:56:22 +00:00
2006-11-06 13:42:10 +00:00
2006-02-07 20:25:39 +00:00
2006-06-02 08:27:15 +00:00
2006-11-06 13:42:10 +00:00
2006-11-23 05:57:15 +00:00
2006-03-15 19:39:09 +00:00
2006-11-06 13:42:10 +00:00
2005-09-11 16:13:02 +00:00