Commit 0e0b5a83 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add IPv6 PROTECTION_LEVEL constants.

parent cf43c365
...@@ -329,6 +329,11 @@ typedef struct WS(in6_pktinfo) { ...@@ -329,6 +329,11 @@ typedef struct WS(in6_pktinfo) {
#define WS_TCP_DELAY_FIN_ACK 13 #define WS_TCP_DELAY_FIN_ACK 13
#endif /* USE_WS_PREFIX */ #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 #ifndef USE_WS_PREFIX
#define INET_ADDRSTRLEN 22 #define INET_ADDRSTRLEN 22
#define INET6_ADDRSTRLEN 65 #define INET6_ADDRSTRLEN 65
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment