Home
last modified time | relevance | path

Searched defs:Ipv6AddrRange (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/ipnet/src/
Dipext.rs356 pub struct Ipv6AddrRange { struct
367 impl From<Ipv6AddrRange> for IpAddrRange { argument
395 impl Ipv6AddrRange { impl
564 impl Iterator for Ipv6AddrRange { implementation
699 impl DoubleEndedIterator for Ipv6AddrRange { implementation
742 impl FusedIterator for Ipv6AddrRange {} implementation
Dipnet.rs1231 pub fn hosts(&self) -> Ipv6AddrRange { in hosts()