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:
6b72977
)
[IPV4]: UDP header annotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 28 Sep 2006 01:37:19 +0000
(18:37 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:02:16 +0000
(18:02 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/udp.h
patch
|
blob
|
history
diff --git
a/include/linux/udp.h
b/include/linux/udp.h
index 90223f057d507bd86edf2c8e30333319773e8f23..014b41d1e308ca27f01e7f94bf46d906dc97252d 100644
(file)
--- a/
include/linux/udp.h
+++ b/
include/linux/udp.h
@@
-20,10
+20,10
@@
#include <linux/types.h>
struct udphdr {
- __
u16
source;
- __
u16
dest;
- __
u16
len;
- __
u16
check;
+ __
be16
source;
+ __
be16
dest;
+ __
be16
len;
+ __
be16
check;
};
/* UDP socket options */