nn::socket::IpMreq Structure

Syntax

struct IpMreq
{
InAddr multiaddr;
InAddr interface;
};

Description

A structure used when using IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP with the GetSockOpt and SetSockOpt functions.

Member Variables

multiaddr InAddr The group IP address.
interface InAddr The interface IP address.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL