Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 531528 | Differences between
and this patch

Collapse All | Expand All

(-)a/sysdeps/gnu/netinet/udp.h (+4 lines)
Lines 78-83 struct udphdr Link Here
78
#define UDP_CORK	1	/* Never send partially complete segments.  */
78
#define UDP_CORK	1	/* Never send partially complete segments.  */
79
#define UDP_ENCAP	100	/* Set the socket to accept
79
#define UDP_ENCAP	100	/* Set the socket to accept
80
				   encapsulated packets.  */
80
				   encapsulated packets.  */
81
#define UDP_NO_CHECK6_TX 101	/* Disable sending checksum for UDP
82
				   over IPv6.  */
83
#define UDP_NO_CHECK6_RX 102	/* Disable accepting checksum for UDP
84
				   over IPv6.  */
81
85
82
/* UDP encapsulation types */
86
/* UDP encapsulation types */
83
#define UDP_ENCAP_ESPINUDP_NON_IKE 1	/* draft-ietf-ipsec-nat-t-ike-00/01 */
87
#define UDP_ENCAP_ESPINUDP_NON_IKE 1	/* draft-ietf-ipsec-nat-t-ike-00/01 */

Return to bug 531528