Alex Henrie : include: Add IPv6 PROTECTION_LEVEL constants.

Alexandre Julliard julliard at winehq.org
Wed Aug 18 16:22:11 CDT 2021


Module: wine
Branch: master
Commit: 0e0b5a83bb7029e3c2c23f9098517ee076027dc2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0e0b5a83bb7029e3c2c23f9098517ee076027dc2

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 17 23:50:49 2021 -0600

include: Add IPv6 PROTECTION_LEVEL constants.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ws2ipdef.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/ws2ipdef.h b/include/ws2ipdef.h
index 0344a193dc1..adc534dcb32 100644
--- a/include/ws2ipdef.h
+++ b/include/ws2ipdef.h
@@ -329,6 +329,11 @@ typedef struct WS(in6_pktinfo) {
 #define WS_TCP_DELAY_FIN_ACK            13
 #endif /* USE_WS_PREFIX */
 
+#define PROTECTION_LEVEL_UNRESTRICTED   10
+#define PROTECTION_LEVEL_EDGERESTRICTED 20
+#define PROTECTION_LEVEL_RESTRICTED     30
+#define PROTECTION_LEVEL_DEFAULT        ((UINT)-1)
+
 #ifndef USE_WS_PREFIX
 #define INET_ADDRSTRLEN         22
 #define INET6_ADDRSTRLEN        65




More information about the wine-cvs mailing list