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

send_arp_request

Function send_arp_request 

Source
pub fn send_arp_request(target_ip: Ipv4Address)
Expand description

Send an ARP request for the given target IP.

Broadcasts an ARP request on the local network.