Home
last modified time | relevance | path

Searched defs:IpAddr (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/net/
Dip.rs38 pub enum IpAddr { enum
221 impl IpAddr { impl
458 pub const fn to_canonical(&self) -> IpAddr { in to_canonical()
1009 impl From<Ipv4Addr> for IpAddr { implementation
1025 fn from(ipv4: Ipv4Addr) -> IpAddr { in from()
1031 impl From<Ipv6Addr> for IpAddr { implementation
1047 fn from(ipv6: Ipv6Addr) -> IpAddr { in from()
1053 impl PartialEq<Ipv4Addr> for IpAddr { implementation
1083 impl PartialOrd<Ipv4Addr> for IpAddr { implementation
1169 impl From<[u8; 4]> for IpAddr { implementation
[all …]
Daddr.rs136 pub const fn new(ip: IpAddr, port: u16) -> SocketAddr { in new()
159 pub const fn ip(&self) -> IpAddr { in ip()
178 pub fn set_ip(&mut self, new_ip: IpAddr) { in set_ip()
/third_party/rust/crates/serde/serde/src/ser/
Dimpls.rs654 impl Serialize for net::IpAddr { implementation
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dtests.rs902 T: Into<std::net::IpAddr>, in ipaddress_as_subject_alternative_name_is_formatted_in_debug()
/third_party/rust/crates/nix/src/sys/socket/
Daddr.rs581 impl IpAddr { impl
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs1554 impl<'de> Deserialize<'de> for net::IpAddr { implementation