Given first and last IP, convert to CIDRs
Find IPs and CIDRs at the beginning/end ranges of given
Find previous and next CIDRs that are the same size as the given CIDR
Find the minimal CIDR representation for a set of IPs and CIDRs
Return the inverse of the given set of CIDRs
Break a CIDR or CIDRs into CIDRs no larger than N prefix bits
Subtract the CIDRs in B from the CIDRs in A. If part of a CIDR in A overlaps with B, return the nonoverlapping part.
Find the CIDRs in A that include any CIDRs from B.