Alex Henrie : include: Add IPv6 PROTECTION_LEVEL constants.
Module: wine Branch: master Commit: 0e0b5a83bb7029e3c2c23f9098517ee076027dc2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0e0b5a83bb7029e3c2c23f909... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 17 23:50:49 2021 -0600 include: Add IPv6 PROTECTION_LEVEL constants. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard