assert_dynamic_neighbor_with_addr

Function assert_dynamic_neighbor_with_addr 

Source
pub fn assert_dynamic_neighbor_with_addr<I: Ip, D: LinkDevice, BC: NudBindingsContext<I, D, CC::DeviceId>, CC: NudContext<I, D, BC>>(
    core_ctx: &mut CC,
    device_id: CC::DeviceId,
    neighbor: SpecifiedAddr<I::Addr>,
    expected_link_addr: D::Address,
)
Expand description

Asserts that device_id’s neighbor resolved to expected_link_addr.