Skip to content
Snippets Groups Projects
Commit 0e0b5a83 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard
Browse files

include: Add IPv6 PROTECTION_LEVEL constants.

parent cf43c365
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment