ARP
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
.