John Birrell d32ff0376f When a timeval is stored at the beginning of icmp_data, the fields
are unaligned for access by the alpha, so copy the value to a variable
that is aligned.

When checking the returned data, be careful to avoid confusing the
size of the icmp header with the size of a timeval. On i386 these
are both 8, but on alpha, a timeval is 16 bytes. This means that
a packet sent from an alpha contains 48 bytes of data, not 56 like
on i386.
1998-05-16 00:19:27 +00:00
..
1998-03-19 07:47:10 +00:00
1998-05-10 16:35:31 +00:00
1998-03-29 23:41:51 +00:00
1998-03-29 23:41:51 +00:00
1998-05-15 12:38:07 +00:00
1998-04-18 10:05:38 +00:00