include: Add IP_PKTINFO response structure.

oldstable
Erich Hoover 2010-10-29 19:15:58 -06:00 committed by Alexandre Julliard
parent 60b1b1a646
commit 886193c3b4
1 changed files with 5 additions and 0 deletions

View File

@ -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