# Functions
Addr2BitString complete address binary to 16 bit sections.
AddrGlobalID get subsection of bits in network part of IP.
AddrLink get link for address.
AddrMulticastGroupID id from range for multicast addresses.
AddrMulticastNetworkPrefix get prefix specific to multicast (at end of IP before Group ID).
AddrSolicitedNodeMulticast get solicited node multicast address for incoming unicast address EUI-64 compliance.
AddrSubnet get the string subnet section as a hex string.
AddrTypePrefix the prefix for the IP type.
Arpa get the IPV6 ARPA address.
First get firt IP from subnet.
HasType is address const one of a list of candidates.
Interface get the string representation in hex of the interface bits.
IsARPA is the address relevant to ARPA addressing?.
Last get last IP for subnet.
LinkLocalDefaultGateway get default gateway for link local.
NewDomainInfo get new domain info for a single domain.
NewDomainInfoSet get new domain info list.
RandAddrGlobalUnicast get a global unicast random IPV6 address.
RandAddrInterfaceLocalMulticast get a random interface local multicast address.
RandAddrLinkLocal get a link-local random IPV6 address.
RandAddrLinkLocalMulticast get a random link local multicast address.
RandAddrMulticast get a random multicast address.
RandAddrPrivate get a unique local random IPV6 address.
RoutingPrefix get the routing prefix as a hex string.
# Constants
GlobalUnicast IPV6 type.
GlobalUnicastName name for global unicast type.
InterfaceLocalMulticast IPV6 type.
InterfaceLocalMulticastName name for interface local multicast type.
LinkLocalMulticast IPV6 type.
LinkLocalMulticastName name for link local multicast type.
LinkLocalName name for link local type.
LinkLocalUnicast IPV6 type.
Loopback IPV6 type.
Multicast IPV6 type.
MulticastName name for multicast type.
Private IPV6 type.
PrivateName name for private type.
UniqueLocal IPV6 type.
UniqueLocalName name for unique local type.
Unknown IPV6 type.
Unspecified IPV6 type.
# Structs
AddressInfo information about an address.
DomainInfo a set of properties for a domain including addresses and MX records.
DomainInfoSet a set of information for domains.
IPSummary summary of properties for an IP.
MXRecordInfo an MX record.