Searched defs:Ipv4Subnets (Results 1 – 1 of 1) sorted by relevance
889 pub fn subnets(&self, new_prefix_len: u8) -> Result<Ipv4Subnets, PrefixLenError> { in subnets()1529 pub struct Ipv4Subnets { struct1530 start: Ipv4Addr,1531 end: Ipv4Addr, // end is inclusive1532 min_prefix_len: u8,1569 impl Ipv4Subnets { impl1641 impl Iterator for Ipv4Subnets { implementation1700 impl FusedIterator for Ipv4Subnets {} implementation