Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ipnet/src/
Dipnet.rs468 pub fn subnets(&self, new_prefix_len: u8) -> Result<IpSubnets, PrefixLenError> { in subnets()
1496 pub enum IpSubnets { enum
1589 impl From<Ipv4Subnets> for IpSubnets { implementation
1590 fn from(i: Ipv4Subnets) -> IpSubnets { in from()
1595 impl From<Ipv6Subnets> for IpSubnets { implementation
1596 fn from(i: Ipv6Subnets) -> IpSubnets { in from()
1601 impl Iterator for IpSubnets { implementation
1699 impl FusedIterator for IpSubnets {} implementation