Constant IPV6_UNSPECIFIED
pub const IPV6_UNSPECIFIED: IpAddr;Expand description
An IPv6 address representing the unspecified address: ::.
This corresponds to constant IN6ADDR_ANY_INIT or in6addr_any in other languages.
pub const IPV6_UNSPECIFIED: IpAddr;An IPv6 address representing the unspecified address: ::.
This corresponds to constant IN6ADDR_ANY_INIT or in6addr_any in other languages.