projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a27ee7a
)
[IPV6]: annotate struct frag_hdr
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 8 Nov 2006 08:21:46 +0000
(
00:21
-0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index 8223c4410b4bdb232c505c0e539a4d2cd7a52d2c..4953fac1d070267c4f98c40cf6124936e03730e2 100644
(file)
--- a/
include/net/ipv6.h
+++ b/
include/net/ipv6.h
@@
-95,10
+95,10
@@
*/
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