nn::socket::IpMreq Structure

Syntax

struct IpMreq
{
   InAddr multiaddr;
   InAddr interface;
};

Description

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

Member Variables

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

Revision History

2010/11/10
Initial version.

CONFIDENTIAL