Home
last modified time | relevance | path

Searched refs:dualstack_ipv6 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dsocket.py868 dualstack_ipv6=False): argument
888 if dualstack_ipv6:
915 if dualstack_ipv6:
/external/python/cpython3/Doc/library/
Dsocket.rst650 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)
660 If *dualstack_ipv6* is true and the platform supports it the socket will
667 If *dualstack_ipv6* is false it will explicitly disable this functionality
677 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
/external/python/cpython3/Lib/test/
Dtest_socket.py6481 dualstack_ipv6=True) as sock:
6541 dualstack_ipv6=True) as sock:
6551 dualstack_ipv6=True) as sock: