IP.Subnet.broadcast
You're seeing just the function
broadcast
, go back to IP.Subnet module for more information.
Specs
finds the broadcast address for a subnet
iex> import IP
iex> IP.Subnet.broadcast(~i"10.0.0.0/23")
{10, 0, 1, 255}