Alex Henrie : include: Add remaining IPv6 socket options.

Alexandre Julliard julliard at winehq.org
Fri Aug 6 16:10:39 CDT 2021


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug  5 23:26:26 2021 -0600

include: Add remaining IPv6 socket options.

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

---

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

diff --git a/include/ws2ipdef.h b/include/ws2ipdef.h
index 0938db2db9f..d5a4dab6ce0 100644
--- a/include/ws2ipdef.h
+++ b/include/ws2ipdef.h
@@ -207,6 +207,17 @@ typedef struct WS(in6_pktinfo) {
 #define IPV6_UNICAST_IF                 31
 #define IPV6_RTHDR                      32
 #define IPV6_RECVRTHDR                  38
+#define IPV6_TCLASS                     39
+#define IPV6_RECVTCLASS                 40
+#define IPV6_ECN                        50
+#define IPV6_PKTINFO_EX                 51
+#define IPV6_WFP_REDIRECT_RECORDS       60
+#define IPV6_WFP_REDIRECT_CONTEXT       70
+#define IPV6_MTU_DISCOVER               71
+#define IPV6_MTU                        72
+#define IPV6_NRT_INTERFACE              74
+#define IPV6_RECVERR                    75
+#define IPV6_USER_MTU                   76
 #else
 #define WS_IPV6_OPTIONS                 1
 #define WS_IPV6_HDRINCL                 2
@@ -231,6 +242,17 @@ typedef struct WS(in6_pktinfo) {
 #define WS_IPV6_UNICAST_IF              31
 #define WS_IPV6_RTHDR                   32
 #define WS_IPV6_RECVRTHDR               38
+#define WS_IPV6_TCLASS                  39
+#define WS_IPV6_RECVTCLASS              40
+#define WS_IPV6_ECN                     50
+#define WS_IPV6_PKTINFO_EX              51
+#define WS_IPV6_WFP_REDIRECT_RECORDS    60
+#define WS_IPV6_WFP_REDIRECT_CONTEXT    70
+#define WS_IPV6_MTU_DISCOVER            71
+#define WS_IPV6_MTU                     72
+#define WS_IPV6_NRT_INTERFACE           74
+#define WS_IPV6_RECVERR                 75
+#define WS_IPV6_USER_MTU                76
 #endif /* USE_WS_PREFIX */
 
 #ifndef USE_WS_PREFIX




More information about the wine-cvs mailing list