Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/prettyplease/examples/
Doutput.rustc.rs292 match self.multicast_scope() { in is_global()
317 pub const fn multicast_scope(&self) -> Option<Ipv6MulticastScope> { in multicast_scope() method
Doutput.prettyplease.rs343 match self.multicast_scope() { in is_global()
370 pub const fn multicast_scope(&self) -> Option<Ipv6MulticastScope> { in multicast_scope() method
Dinput.rs1multicast_scope () { Some (Ipv6MulticastScope :: Global) => true , None => self . is_unicast_globa… in to_ipv4() method
Doutput.rustfmt.rs346 match self.multicast_scope() { in is_global()
375 pub const fn multicast_scope(&self) -> Option<Ipv6MulticastScope> { in multicast_scope() method
/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/net/
Dip_addr.rs1678 pub const fn multicast_scope(&self) -> Option<Ipv6MulticastScope> { in multicast_scope() method