TCPIP_IPV6_MulticastListenerAdd Function
C
IPV6_ADDR_STRUCT * TCPIP_IPV6_MulticastListenerAdd(
TCPIP_NET_HANDLE hNet,
IPV6_ADDR * address
);
Description
This function is used to add the IPv6 multicast address to an interface.
Preconditions
TCPIP_IPV6_Initialize() should be called. TCPIP_IPV6_InterfaceIsReady should be true.
Parameters
Parameters | Description |
---|---|
netH | The interface to add the address. |
address | The address. |
Returns
IPV6_ADDR_STRUCT *
On Success - Pointer to the new listener.
On Failure - NULL.
Remarks
None.