Home
last modified time | relevance | path

Searched refs:IPV6LENGTH (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dipaddress.py17 IPV6LENGTH = 128 variable
1574 _ALL_ONES = (2**IPV6LENGTH) - 1
1577 _max_prefixlen = IPV6LENGTH
/external/python/ipaddress/
Dipaddress.py124 IPV6LENGTH = 128 variable
1723 _ALL_ONES = (2 ** IPV6LENGTH) - 1
1726 _max_prefixlen = IPV6LENGTH
Dtest_ipaddress.py1003 2 ** ipaddress.IPV6LENGTH)
/external/python/cpython3/Lib/test/
Dtest_ipaddress.py1203 2 ** ipaddress.IPV6LENGTH)