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

@brief Removes an IPv6 address from the interface

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

@param[in,out] netif the network interface @param[in] addr the address to remove

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