Home
last modified time | relevance | path

Searched refs:IPV6LENGTH (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dipaddress.py17 IPV6LENGTH = 128 variable
1588 _ALL_ONES = (2**IPV6LENGTH) - 1
1591 _max_prefixlen = IPV6LENGTH
/third_party/python/Lib/test/
H A Dtest_ipaddress.py797 self.pickle_test('2001:db8::1000/127') # IPV6LENGTH - 1
798 self.pickle_test('2001:db8::1000') # IPV6LENGTH
800 self.pickle_test('2001:db8::1000%scope') # IPV6LENGTH
1239 2 ** ipaddress.IPV6LENGTH)

Completed in 7 milliseconds