Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dipaddress.py16 IPV4LENGTH = 32 variable
1147 _ALL_ONES = (2**IPV4LENGTH) - 1
1149 _max_prefixlen = IPV4LENGTH
/third_party/python/Lib/test/
H A Dtest_ipaddress.py636 self.pickle_test('192.0.2.0/31') # IPV4LENGTH - 1
637 self.pickle_test('192.0.2.0') # IPV4LENGTH
1236 2 ** ipaddress.IPV4LENGTH)

Completed in 6 milliseconds