Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/external/python/cpython3/Lib/
Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsocket.py877 dualstack_ipv6=False): argument
897 if dualstack_ipv6:
924 if dualstack_ipv6:
/aosp_15_r20/external/python/cpython3/Doc/library/
Dsocket.rst714 …n:: create_server(address, *, family=AF_INET, backlog=None, reuse_port=False, dualstack_ipv6=False)
724 If *dualstack_ipv6* is true and the platform supports it the socket will
731 If *dualstack_ipv6* is false it will explicitly disable this functionality
741 s = socket.create_server(addr, family=socket.AF_INET6, dualstack_ipv6=True)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socket.py6595 dualstack_ipv6=True) as sock:
6649 dualstack_ipv6=True) as sock:
6659 dualstack_ipv6=True) as sock: