include: Define ipv6_mreq structure.
Signed-off-by: Owen Rudge <orudge@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e3b200bd8a
commit
3211de4839
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue