⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

ndp_advertise

Function ndp_advertise 

Source
pub fn ndp_advertise(
    src: &Ipv6Address,
    dst: &Ipv6Address,
    target: &Ipv6Address,
    mac: &MacAddress,
    solicited: bool,
    override_flag: bool,
) -> Vec<u8>
Expand description

Build a Neighbor Advertisement message.

Sent in response to a Neighbor Solicitation, or unsolicited to announce changes.