[IPV4]: ICMP header annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -68,16 +68,16 @@
|
|||||||
struct icmphdr {
|
struct icmphdr {
|
||||||
__u8 type;
|
__u8 type;
|
||||||
__u8 code;
|
__u8 code;
|
||||||
__u16 checksum;
|
__be16 checksum;
|
||||||
union {
|
union {
|
||||||
struct {
|
struct {
|
||||||
__u16 id;
|
__be16 id;
|
||||||
__u16 sequence;
|
__be16 sequence;
|
||||||
} echo;
|
} echo;
|
||||||
__u32 gateway;
|
__be32 gateway;
|
||||||
struct {
|
struct {
|
||||||
__u16 __unused;
|
__be16 __unused;
|
||||||
__u16 mtu;
|
__be16 mtu;
|
||||||
} frag;
|
} frag;
|
||||||
} un;
|
} un;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user