Commit 3211de48 authored by Owen Rudge's avatar Owen Rudge Committed by Alexandre Julliard

include: Define ipv6_mreq structure.

parent e3b200bd
......@@ -152,6 +152,12 @@ typedef struct WS(ip_mreq)
struct WS(in_addr) imr_interface;
} WS(IP_MREQ), *WS(PIP_MREQ);
typedef struct WS(ipv6_mreq)
{
struct WS(in6_addr) ipv6mr_multiaddr;
unsigned int ipv6mr_interface;
} WS(IPV6_MREQ), *WS(PIPV6_MREQ);
typedef struct WS(ip_mreq_source) {
struct WS(in_addr) imr_multiaddr;
struct WS(in_addr) imr_sourceaddr;
......
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