socket v0.3.13 Socket.Address
Link to this section Summary
Functions
Get the addresses for the given host
Get the addresses for the given host, raising if an error occurs
Check if an IP address belong to a network
Parse a string to an ip address tuple
Convert an ip address tuple to a string
Check if the passed string is a valid IP address
Link to this section Types
Link to this section Functions
Link to this function
for(host, family)
for(t(), :inet.address_family()) :: {:ok, [t()]} | {:error, :inet.posix()}
Get the addresses for the given host.
Get the addresses for the given host, raising if an error occurs.
Link to this function
is_in_subnet?(addr, net, netsize)
Check if an IP address belong to a network
Parse a string to an ip address tuple.
Convert an ip address tuple to a string.
Check if the passed string is a valid IP address.