about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2020-03-31 20:19:26 +0000
committerRich Felker <dalias@aerifal.cx>2020-09-09 17:20:19 -0400
commit1ab341e89b6d351ef6a01380ca5b2d7c24299965 (patch)
tree963871128d11ccaca372268ea98c266dbf46d14f /include
parentc6321616b81a38f4413c2c28c5f7043b55e20d4e (diff)
downloadmusl-1ab341e89b6d351ef6a01380ca5b2d7c24299965.tar.gz
musl-1ab341e89b6d351ef6a01380ca5b2d7c24299965.tar.xz
musl-1ab341e89b6d351ef6a01380ca5b2d7c24299965.zip
netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
The use of TCP_ in udp.h is not known, fortunately udp.h is not
specified by posix so there are no strict namespace rules, added in

  linux commit e27cca96cd68fa2c6814c90f9a1cfd36bb68c593
  xfrm: add espintcp (RFC 8229)
Diffstat (limited to 'include')
-rw-r--r--include/netinet/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netinet/udp.h b/include/netinet/udp.h
index ffd89079..40c3f203 100644
--- a/include/netinet/udp.h
+++ b/include/netinet/udp.h
@@ -35,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