summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-08-20 17:04:25 +0200
committerRich Felker <dalias@aerifal.cx>2016-08-30 15:58:23 -0400
commitc6519d4a71a7579fec4b8a72635c2cf3732f8d5d (patch)
tree29a75cd267f5dda7918593b1c1931d41c4a1f81d
parent0f8ad40be0586907f12a72be1985df68e411b093 (diff)
downloadmusl-c6519d4a71a7579fec4b8a72635c2cf3732f8d5d.tar.gz
add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
for GPRS tunneling protocol, new in linux commit 459aa660eb1d8ce67080da1983bb81d716aa5a69
-rw-r--r--include/netinet/udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netinet/udp.h b/include/netinet/udp.h
index b1b0eb81..030e8fb2 100644
--- a/include/netinet/udp.h
+++ b/include/netinet/udp.h
@@ -28,6 +28,8 @@ struct udphdr {
#define UDP_ENCAP_ESPINUDP_NON_IKE 1
#define UDP_ENCAP_ESPINUDP 2
#define UDP_ENCAP_L2TPINUDP 3
+#define UDP_ENCAP_GTP0 4
+#define UDP_ENCAP_GTP1U 5
#define SOL_UDP 17