Embedded TCP/IP stack: fnet_netif_leave_ip4_multicast

FNET

void fnet_netif_leave_ip4_multicast ( fnet_netif_desc_t  netif_desc,
fnet_ip4_addr_t  multicast_addr 
)

Leaves the specified network interface from IPv4 multicast group.

Parameters
netif_descNetwork interface descriptor.
multicast_addrMulticast-group address to be leaved by the interface.
See also
fnet_netif_join_ip4_multicast()

This function configures the HW interface to ignore particular multicast address.

Note
User application should not call this function.
This function is available only if FNET_CFG_MULTICAST and FNET_CFG_IP4 are set to 1.

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net