Embedded TCP/IP stack
4.7.0
|
void fnet_netif_join_ip4_multicast | ( | fnet_netif_desc_t | netif_desc, |
fnet_ip4_addr_t | multicast_addr | ||
) |
Joins the specified network interface to IPv4 multicast group.
netif_desc | Network interface descriptor. |
multicast_addr | Multicast-group address to be joined by the interface. |
This function configures the HW interface to receive particular multicast address. When the network interface picks up a packet which has a destination that matches any of the joined-multicast addresses, it will pass it to the upper layers for further processing.
1
.