Searched defs:Ipv4AddrRange (Results 1 – 2 of 2) sorted by relevance
327 pub struct Ipv4AddrRange { struct328 start: Ipv4Addr,329 end: Ipv4Addr,373 impl Ipv4AddrRange { implementation476 impl Iterator for Ipv4AddrRange { implementation667 impl DoubleEndedIterator for Ipv4AddrRange { implementation741 impl FusedIterator for Ipv4AddrRange {} implementation
847 pub fn hosts(&self) -> Ipv4AddrRange { in hosts()