diff options
Diffstat (limited to 'include/netinet')
| -rw-r--r-- | include/netinet/udp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/netinet/udp.h b/include/netinet/udp.h index 030e8fb2..993c3478 100644 --- a/include/netinet/udp.h +++ b/include/netinet/udp.h @@ -24,6 +24,9 @@ struct udphdr {  #define UDP_CORK	1  #define UDP_ENCAP	100 +#define UDP_NO_CHECK6_TX 101 +#define UDP_NO_CHECK6_RX 102 +#define UDP_SEGMENT	103  #define UDP_ENCAP_ESPINUDP_NON_IKE 1  #define UDP_ENCAP_ESPINUDP	2 | 
