Expand description
Types for working with IP objects of either address family.
Structs§
- Prefix
Set std
- A collection of mixed IPv4 and IPv6 prefixes.
Enums§
- Address
- Either an IPv4 or IPv6 address.
- AfiClass
- Enumeration of address family classes.
- Any
- The class of address families consisting of
{ IPv4, IPv6 }
. - Interface
- Either an IPv4 or IPv6 interface.
- Mask
- Either an IPv4 or IPv6 address mask.
- Prefix
- Either an IPv4 or IPv6 prefix.
- Prefix
Length - The length of either an IPv4 or IPv6 prefix.
- Prefix
Range - Either an IPv4 or IPv6 prefix range.
- Subprefixes
- Iterator returned by
Prefix::subprefixes()
.