Searched defs:socket_type (Results 1 – 7 of 7) sorted by relevance
| /third_party/jerryscript/jerry-debugger/ |
| D | jerry_client_tcp.py | 23 …def __init__(self, address, socket_family=socket.AF_INET, socket_type=socket.SOCK_STREAM, proto=0,… argument
|
| /third_party/python/Lib/ |
| D | socketserver.py | 441 socket_type = socket.SOCK_STREAM variable in TCPServer 530 socket_type = socket.SOCK_DGRAM variable in UDPServer
|
| /third_party/curl/tests/server/ |
| D | socksd.c | 146 static const char *socket_type = "IPv4"; variable
|
| D | sws.c | 1967 const char *socket_type = "IPv4"; in main() local
|
| /third_party/openssl/apps/ |
| D | s_client.c | 824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
|
| D | s_server.c | 1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local
|
| /third_party/python/Modules/ |
| D | _ssl.c | 312 enum py_ssl_server_or_client socket_type; member 785 enum py_ssl_server_or_client socket_type, in newPySSLSocket()
|