Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dsocket.py890 dualstack_ipv6=False): argument
910 if dualstack_ipv6:
937 if dualstack_ipv6:
/external/python/cpython3/Doc/library/
Dsocket.rst831 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)
841 If *dualstack_ipv6* is true and the platform supports it the socket will
848 If *dualstack_ipv6* is false it will explicitly disable this functionality
858 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
/external/python/cpython3/Lib/test/
Dtest_socket.py6935 dualstack_ipv6=True) as sock:
6989 dualstack_ipv6=True) as sock:
6999 dualstack_ipv6=True) as sock: