Commit 42b4061e authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Add IN6_PKTINFO.

parent 06104aec
......@@ -177,6 +177,11 @@ typedef struct WS(in_pktinfo) {
UINT ipi_ifindex;
} IN_PKTINFO, *PIN_PKTINFO;
typedef struct WS(in6_pktinfo) {
IN6_ADDR ipi6_addr;
ULONG ipi6_ifindex;
} IN6_PKTINFO, *PIN6_PKTINFO;
#ifndef USE_WS_PREFIX
#define IPV6_OPTIONS 1
#define IPV6_HDRINCL 2
......
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