pub unsafe extern "C" fn gnrc_ipv6_nib_ft_del(
dst: *const ipv6_addr_t,
dst_len: c_uint,
)
Expand description
@brief Deletes a route from forwarding table.
If @p dst is the default route, the function assures, that the current primary default route is removed first.
@param[in] dst The destination of the route. May be NULL or ::
for
default route.
@param[in] dst_len The prefix length of @p dst in bits. May be 0 for
default route.