Commit 886193c3 authored by Erich Hoover's avatar Erich Hoover Committed by Alexandre Julliard

include: Add IP_PKTINFO response structure.

parent 60b1b1a6
......@@ -153,6 +153,11 @@ typedef struct WS(ip_msfilter) {
struct WS(in_addr) imsf_slist[1];
} WS(IP_MSFILTER), *WS(PIP_MSFILTER);
typedef struct WS(in_pktinfo) {
IN_ADDR ipi_addr;
UINT ipi_ifindex;
} IN_PKTINFO, *PIN_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