riot_sys

Function gnrc_netif_ipv6_group_leave_internal

Source
pub unsafe extern "C" fn gnrc_netif_ipv6_group_leave_internal(
    netif: *mut gnrc_netif_t,
    addr: *const ipv6_addr_t,
)
Expand description

@brief Let interface leave from an IPv6 multicast group

@pre (netif != NULL) && (addr != NULL)

@param[in,out] netif the network interface @param[in] addr the address of the multicast group

@note Only available with @ref net_gnrc_ipv6 “gnrc_ipv6”.