Home
last modified time | relevance | path

Searched refs:_ALL_ONES (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A D_google_ipaddr_r234.py135 if address > _BaseV4._ALL_ONES:
262 if current == ip._ALL_ONES:
847 return self._ALL_ONES ^ (self._ALL_ONES >> prefixlen)
1011 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1193 if address < 0 or address > self._ALL_ONES:
1275 self.netmask = IPv4Address(self._ALL_ONES)
1276 if address < 0 or address > self._ALL_ONES:
1393 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1564 if ip_int > self._ALL_ONES:
1773 if address < 0 or address > self._ALL_ONES:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/ipaddr/
H A D__init__.py140 if address > _BaseV4._ALL_ONES:
270 if current == ip._ALL_ONES:
860 return self._ALL_ONES ^ (self._ALL_ONES >> prefixlen)
957 ip_int ^= self._ALL_ONES
1092 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1276 if address < 0 or address > self._ALL_ONES:
1360 self.netmask = IPv4Address(self._ALL_ONES)
1419 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1592 if ip_int > self._ALL_ONES:
1807 if address < 0 or address > self._ALL_ONES:
[all …]
/dports/devel/py-ipaddr/ipaddr-2.2.0/
H A Dipaddr.py140 if address > _BaseV4._ALL_ONES:
270 if current == ip._ALL_ONES:
860 return self._ALL_ONES ^ (self._ALL_ONES >> prefixlen)
957 ip_int ^= self._ALL_ONES
1092 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1276 if address < 0 or address > self._ALL_ONES:
1360 self.netmask = IPv4Address(self._ALL_ONES)
1419 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1592 if ip_int > self._ALL_ONES:
1807 if address < 0 or address > self._ALL_ONES:
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dipaddress.py253 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_ONES
716 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1089 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1529 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1753 if ip_int > cls._ALL_ONES:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dipaddress.py253 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_ONES
716 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1089 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1529 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1753 if ip_int > cls._ALL_ONES:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dipaddress.py253 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_ONES
716 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1089 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1529 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1753 if ip_int > cls._ALL_ONES:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dipaddress.py253 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_ONES
716 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1089 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1529 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1753 if ip_int > cls._ALL_ONES:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dipaddress.py253 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_ONES
716 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1089 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1529 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1753 if ip_int > cls._ALL_ONES:
/dports/lang/python37/Python-3.7.12/Lib/
H A Dipaddress.py253 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_ONES
727 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1102 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1596 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1820 if ip_int > cls._ALL_ONES:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dipaddress.py253 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_ONES
767 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1139 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1579 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1803 if ip_int > cls._ALL_ONES:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dipaddress.py254 if first_int - 1 == ip._ALL_ONES:
422 if address > self._ALL_ONES:
445 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
530 ip_int ^= cls._ALL_ONES
768 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1140 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1580 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1804 if ip_int > cls._ALL_ONES:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dipaddress.py254 if first_int - 1 == ip._ALL_ONES:
422 if address > self._ALL_ONES:
445 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
530 ip_int ^= cls._ALL_ONES
768 return self._address_class(int(self.netmask) ^ self._ALL_ONES)
1140 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1580 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1804 if ip_int > cls._ALL_ONES:
/dports/sysutils/py-salt/salt-3004.1/salt/ext/
H A Dipaddress.py277 if first_int - 1 == ip._ALL_ONES:
445 if address > self._ALL_ONES:
468 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
553 ip_int ^= cls._ALL_ONES
810 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1193 _ALL_ONES = (2**IPV4LENGTH) - 1 variable in _BaseV4
1639 _ALL_ONES = (2**IPV6LENGTH) - 1 variable in _BaseV6
1863 if ip_int > cls._ALL_ONES:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/ipaddress/
H A D__init__.py373 if first_int - 1 == ip._ALL_ONES:
541 if address > self._ALL_ONES:
567 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
652 ip_int ^= cls._ALL_ONES
830 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1204 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1722 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
1945 if ip_int > cls._ALL_ONES:
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/
H A Dipaddress.py373 if first_int - 1 == ip._ALL_ONES:
541 if address > self._ALL_ONES:
567 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
652 ip_int ^= cls._ALL_ONES
830 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1204 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1722 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
1945 if ip_int > cls._ALL_ONES:
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/vendoring/
H A Dipaddress.py379 if first_int - 1 == ip._ALL_ONES:
544 if address > self._ALL_ONES:
569 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
653 ip_int ^= cls._ALL_ONES
826 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1181 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1691 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
1912 if ip_int > cls._ALL_ONES:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/compat/
H A Dipaddress.py430 if first_int - 1 == ip._ALL_ONES:
598 if address > self._ALL_ONES:
624 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
709 ip_int ^= cls._ALL_ONES
887 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1261 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1779 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2002 if ip_int > cls._ALL_ONES:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/amazon/aws/plugins/module_utils/compat/
H A D_ipaddress.py433 if first_int - 1 == ip._ALL_ONES:
601 if address > self._ALL_ONES:
627 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
712 ip_int ^= cls._ALL_ONES
890 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1264 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1782 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2005 if ip_int > cls._ALL_ONES:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/compat/
H A Dipaddress.py451 if first_int - 1 == ip._ALL_ONES:
622 if address > self._ALL_ONES:
651 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
737 ip_int ^= cls._ALL_ONES
928 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1331 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1863 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2089 if ip_int > cls._ALL_ONES:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/module_utils/compat/
H A Dipaddress.py449 if first_int - 1 == ip._ALL_ONES:
620 if address > self._ALL_ONES:
649 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
735 ip_int ^= cls._ALL_ONES
926 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1329 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1861 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2087 if ip_int > cls._ALL_ONES:
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/
H A Dipaddress.py373 if first_int - 1 == ip._ALL_ONES:
541 if address > self._ALL_ONES:
567 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
652 ip_int ^= cls._ALL_ONES
830 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1204 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1722 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
1945 if ip_int > cls._ALL_ONES:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/module_utils/compat/
H A Dipaddress.py430 if first_int - 1 == ip._ALL_ONES:
598 if address > self._ALL_ONES:
624 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
709 ip_int ^= cls._ALL_ONES
887 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1261 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1779 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2002 if ip_int > cls._ALL_ONES:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/compat/
H A Dipaddress.py449 if first_int - 1 == ip._ALL_ONES:
620 if address > self._ALL_ONES:
649 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
735 ip_int ^= cls._ALL_ONES
926 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1329 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1861 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2087 if ip_int > cls._ALL_ONES:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/module_utils/compat/
H A Dipaddress.py430 if first_int - 1 == ip._ALL_ONES:
598 if address > self._ALL_ONES:
624 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
709 ip_int ^= cls._ALL_ONES
887 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1261 _ALL_ONES = (2 ** IPV4LENGTH) - 1 variable in _BaseV4
1779 _ALL_ONES = (2 ** IPV6LENGTH) - 1 variable in _BaseV6
2002 if ip_int > cls._ALL_ONES:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/compat/
H A Dipaddress.py449 if first_int - 1 == ip._ALL_ONES:
620 if address > self._ALL_ONES:
649 return cls._ALL_ONES ^ (cls._ALL_ONES >> prefixlen)
735 ip_int ^= cls._ALL_ONES
926 x = self._address_class(int(self.netmask) ^ self._ALL_ONES)
1329 _ALL_ONES = (2 ** IPV4LENGTH) - 1
1861 _ALL_ONES = (2 ** IPV6LENGTH) - 1
2087 if ip_int > cls._ALL_ONES:

12