netstack_testing_common::ndp

Function expect_dad_neighbor_solicitation

Source
pub async fn expect_dad_neighbor_solicitation(
    fake_ep: &TestFakeEndpoint<'_>,
) -> Vec<u8> 
Expand description

Wait for and verify a NS message transmitted by netstack for DAD. Returns the bytes of the NS message.