Searched refs:_ALL_ONES (Results 1 – 2 of 2) sorted by relevance
253 if first_int - 1 == ip._ALL_ONES:421 if address > self._ALL_ONES:444 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)529 ip_int ^= cls._ALL_ONES703 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)1078 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV41604 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV61826 if ip_int > cls._ALL_ONES:
1474 ip2 = ipaddress.IPv4Address(ipaddress.IPv4Address._ALL_ONES)