Home
last modified time | relevance | path

Searched refs:to_canonical (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rustix/src/net/
Dip.rs458 pub const fn to_canonical(&self) -> IpAddr { in to_canonical() method
461 IpAddr::V6(v6) => v6.to_canonical(), in to_canonical()
1813 pub const fn to_canonical(&self) -> IpAddr { in to_canonical() method