pub fn neighbor_solicitation_ip_packet(
    src_ip: Ipv6Addr,
    dst_ip: Ipv6Addr,
    target_addr: Ipv6Addr,
    mac: Mac
) -> Buf<Vec<u8>>
Expand description

Serialize an IP packet containing a neighbor solicitation with the provided parameters.