View Source OneDHCPD.ARP.Entry (one_dhcpd v2.0.2)

One entry in the ARP table

Link to this section Summary

Link to this section Types

@type t() :: %OneDHCPD.ARP.Entry{
  hwaddr: [byte()],
  ifname: String.t(),
  ip: :inet.ip_address(),
  state: String.t()
}