From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10389 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 2/4] add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h Date: Sat, 20 Aug 2016 17:04:25 +0200 Message-ID: <73f81349d9a69b502b9c737e229c991a3d1c8bfe.1471700655.git.nsz@port70.net> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1471705484 3996 195.159.176.226 (20 Aug 2016 15:04:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2016 15:04:44 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10402-gllmg-musl=m.gmane.org@lists.openwall.com Sat Aug 20 17:04:41 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bb7p9-0000oL-KE for gllmg-musl@m.gmane.org; Sat, 20 Aug 2016 17:04:39 +0200 Original-Received: (qmail 7849 invoked by uid 550); 20 Aug 2016 15:04:38 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 7823 invoked from network); 20 Aug 2016 15:04:37 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:10389 Archived-At: for GPRS tunneling protocol, new in linux commit 459aa660eb1d8ce67080da1983bb81d716aa5a69 --- include/netinet/udp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/netinet/udp.h b/include/netinet/udp.h index b1b0eb8..030e8fb 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 -- 2.8.1