[][src]Function bdrck::net::increment_ip

pub fn increment_ip(ip: IpAddr) -> Option<IpAddr>

Returns the IP address which immediately follows the given IP address. If the increment overflowed (i.e., the given input IP was already the largest possible IP address), None is returned instead.