Home
last modified time | relevance | path

Searched defs:allow_reuse_address (Results 1 – 12 of 12) sorted by relevance

/external/libpcap/testprogs/
Dvisopts.py283 allow_reuse_address = True variable in run_httpd.MySocketServer
/external/autotest/site_utils/
Dlog_socket_server.py83 allow_reuse_address = 1 variable in LogRecordSocketReceiver
/external/python/cpython2/Lib/
DSocketServer.py408 allow_reuse_address = False variable in TCPServer
485 allow_reuse_address = False variable in UDPServer
DBaseHTTPServer.py104 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
DSimpleXMLRPCServer.py580 allow_reuse_address = True variable in SimpleXMLRPCServer
/external/python/cpython3/Lib/
Dsocketserver.py443 allow_reuse_address = False variable in TCPServer
520 allow_reuse_address = False variable in UDPServer
/external/python/cpython3/Lib/http/
Dserver.py133 allow_reuse_address = 1 # Seems to make sense in testing environment variable in HTTPServer
/external/python/cpython2/Lib/logging/
Dconfig.py860 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/external/python/cpython3/Lib/logging/
Dconfig.py873 allow_reuse_address = 1 variable in listen.ConfigSocketReceiver
/external/python/cpython3/Lib/xmlrpc/
Dserver.py590 allow_reuse_address = True variable in SimpleXMLRPCServer
/external/python/cpython2/Lib/test/
Dtest_logging.py891 allow_reuse_address = 1 variable in LogRecordSocketReceiver
/external/python/cpython3/Lib/test/
Dtest_logging.py968 allow_reuse_address = True variable in TestTCPServer