include: Add IPv6 PROTECTION_LEVEL constants.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cf43c365ce
commit
0e0b5a83bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue