Current section
Files
Jump to
Current section
Files
lib/ex_ice/priv/if_discovery.ex
defmodule ExICE.Priv.IfDiscovery do
@moduledoc false
# ifopts should be of type :inet.getifaddrs_ifopts() but this is an internal :inet type
@callback getifaddrs() :: {:ok, [{ifname :: charlist(), ifopts :: list()}]} | {:error, term()}
end