>From 014fcc1b347cc79a2e14c7a4009a3d08d6d10870 Mon Sep 17 00:00:00 2001
From: Alexey Pavlov <[email protected]>
Date: Tue, 22 Oct 2019 13:28:43 +0300
Subject: [PATCH] Add missing IPPROTO_* defines

---
 mingw-w64-headers/include/winsock2.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/mingw-w64-headers/include/winsock2.h
b/mingw-w64-headers/include/winsock2.h
index de834846..e1321f8a 100644
--- a/mingw-w64-headers/include/winsock2.h
+++ b/mingw-w64-headers/include/winsock2.h
@@ -88,10 +88,15 @@ extern "C" {
 #define IPPROTO_IGMP 2
 #define IPPROTO_GGP 3
 #define IPPROTO_IPV4 4
+#define IPPROTO_ST 5
 #define IPPROTO_TCP 6
+#define IPPROTO_CBT 7
+#define IPPROTO_EGP 8
+#define IPPROTO_IGP 9
 #define IPPROTO_PUP 12
 #define IPPROTO_UDP 17
 #define IPPROTO_IDP 22
+#define IPPROTO_RDP 27
 #define IPPROTO_IPV6 41
 #define IPPROTO_ROUTING 43
 #define IPPROTO_FRAGMENT 44
@@ -102,6 +107,10 @@ extern "C" {
 #define IPPROTO_DSTOPTS 60
 #define IPPROTO_ND 77
 #define IPPROTO_ICLFXBM 78
+#define IPPROTO_PIM 103
+#define IPPROTO_PGM 113
+#define IPPROTO_L2TP 115
+#define IPPROTO_SCTP 132

 #define IPPROTO_RAW 255
 #define IPPROTO_MAX 256
-- 
2.23.0

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to