View Source MNDP.Interface (mndp v0.1.2)

Summary

Types

@type t() :: %MNDP.Interface{
  broadcast: :inet.ip4_address() | nil,
  ifname: term(),
  ip_v4: :inet.ip4_address(),
  mac: MNDP.mac() | nil
}

Functions

@spec from_ifname(String.t()) :: {:ok, t()} | {:error, atom()}