Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e7e0c75 authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[IPV4]: UDP header annotations

parent 6b72977b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 */