IPV6_UNSPECIFIED

Constant IPV6_UNSPECIFIED 

pub const IPV6_UNSPECIFIED: IpAddr;
Available on crate feature net only.
Expand description

An IPv6 address representing the unspecified address: ::.

This corresponds to constant IN6ADDR_ANY_INIT or in6addr_any in other languages.