ARP Previous Next Reads internal ARP table to find network neighbors. ARPModule reads internal ARP table to find network neighbors. Details It does not send ARP requests but leverage the Ping module that is likely to update the local table. On Linux, it uses the Netlink API with the netlink library. On Windows, it calls GetIpNetTable2. Dependencies Standard library encoding/binary fmt net syscall time unsafe External github.com/vishvananda/netlink golang.org/x/sys/windows