Function iphlpapi::send_arp[][src]

pub fn send_arp(
    dest_ip: Ipv4Addr,
    src_ip: Option<Ipv4Addr>
) -> Result<(u64, ULONG), IoError>