Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/ipnet/src/
Dipnet.rs889 pub fn subnets(&self, new_prefix_len: u8) -> Result<Ipv4Subnets, PrefixLenError> { in subnets()
1529 pub struct Ipv4Subnets { struct
1530 start: Ipv4Addr,
1531 end: Ipv4Addr, // end is inclusive
1532 min_prefix_len: u8,
1569 impl Ipv4Subnets { impl
1641 impl Iterator for Ipv4Subnets { implementation
1700 impl FusedIterator for Ipv4Subnets {} implementation