author | Szabolcs Nagy <nsz@port70.net> | 2018年08月21日 22:34:08 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年12月09日 22:23:48 -0500 |
commit | 4b9b8c8ee66a0b789c9be74e068828f2b74ef6ed (patch) | |
tree | 0d841f3b3f3c1e1868e239009d996a8b956c5565 /include/netinet | |
parent | ac1af87e1d26c476833de272f7ad484ad12fa67c (diff) | |
download | musl-4b9b8c8ee66a0b789c9be74e068828f2b74ef6ed.tar.gz |
-rw-r--r-- | include/netinet/udp.h | 3 |
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 |