pub fn send_ndp_packet<BC, CC, S, M>(
core_ctx: &mut CC,
bindings_ctx: &mut BC,
device_id: &CC::DeviceId,
src_ip: Option<SpecifiedAddr<Ipv6Addr>>,
dst_ip: SpecifiedAddr<Ipv6Addr>,
body: S,
code: M::Code,
message: M,
) -> Result<(), IpSendFrameError<S>>
Expand description
Sends an NDP packet from device_id
with the provided parameters.