Documentation
¶
Index ¶
- Variables
- func FormatAddresses(s []net.IPNet, sep string) string
- func FormatIPs(s []net.IP, sep string) string
- func LastIP(addr net.IPNet) net.IP
- func NextAddress(addr net.IPNet) (next net.IPNet, err error)
- func ParseAddress(in string) (out net.IPNet, err error)
- func ParseAddresses(in []string) (out []net.IPNet, err error)
- func ParseIPs(in []string) (out []net.IP, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIPAddressOverflow = errors.New("ip address overflow")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.