Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsocket.py870 dualstack_ipv6=False): argument
890 if dualstack_ipv6:
917 if dualstack_ipv6:
/third_party/python/Doc/library/
Dsocket.rst667 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)
677 If *dualstack_ipv6* is true and the platform supports it the socket will
684 If *dualstack_ipv6* is false it will explicitly disable this functionality
694 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
/third_party/python/Lib/test/
Dtest_socket.py6488 dualstack_ipv6=True) as sock:
6542 dualstack_ipv6=True) as sock:
6552 dualstack_ipv6=True) as sock: