pub unsafe extern "C" fn gnrc_ipv6_nib_nc_del(
    ipv6: *const ipv6_addr_t,
    iface: c_uint
)
Expand description

@brief Deletes neighbor with address @p ipv6 from NIB

@pre ipv6 != NULL

@param[in] ipv6 The neighbor’s IPv6 address. @param[in] iface The interface to the neighbor.

If the @p ipv6 can’t be found for a neighbor in the NIB nothing happens.