mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[IPV4]: UDP 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:
parent
6b72977bd6
commit
4e7e0c7592
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user