OneDHCPD.ARP.Entry (one_dhcpd v1.0.0) View Source

One entry in the ARP table

Link to this section Summary

Link to this section Types

Specs

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