fix integer overflow in WIFSTOPPED macro
[musl] / include / netinet / udp.h
index 5ea37b0..40c3f20 100644 (file)
@@ -27,6 +27,7 @@ struct udphdr {
 #define UDP_NO_CHECK6_TX 101
 #define UDP_NO_CHECK6_RX 102
 #define UDP_SEGMENT    103
+#define UDP_GRO                104
 
 #define UDP_ENCAP_ESPINUDP_NON_IKE 1
 #define UDP_ENCAP_ESPINUDP     2
@@ -34,6 +35,7 @@ struct udphdr {
 #define UDP_ENCAP_GTP0         4
 #define UDP_ENCAP_GTP1U                5
 #define UDP_ENCAP_RXRPC                6
+#define TCP_ENCAP_ESPINTCP     7
 
 #define SOL_UDP            17