include: Define ipv6_mreq structure.

Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Owen Rudge 2018-02-19 22:46:48 +00:00 committed by Alexandre Julliard
parent e3b200bd8a
commit 3211de4839
1 changed files with 6 additions and 0 deletions

View File

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