[IPV6]: annotate struct frag_hdr
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 8 Nov 2006 08:21:46 +0000 (00:21 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:21:14 +0000 (21:21 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h

index 8223c4410b4bdb232c505c0e539a4d2cd7a52d2c..4953fac1d070267c4f98c40cf6124936e03730e2 100644 (file)
  */
 
 struct frag_hdr {
-       unsigned char   nexthdr;
-       unsigned char   reserved;       
-       unsigned short  frag_off;
-       __u32           identification;
+       __u8    nexthdr;
+       __u8    reserved;
+       __be16  frag_off;
+       __be32  identification;
 };
 
 #define        IP6_MF  0x0001
This page took 0.030633 seconds and 5 git commands to generate.