Home
last modified time | relevance | path

Searched defs:socket_type (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-debugger/
Djerry_client_tcp.py23 …def __init__(self, address, socket_family=socket.AF_INET, socket_type=socket.SOCK_STREAM, proto=0,… argument
/third_party/python/Lib/
Dsocketserver.py441 socket_type = socket.SOCK_STREAM variable in TCPServer
530 socket_type = socket.SOCK_DGRAM variable in UDPServer
/third_party/curl/tests/server/
Dsocksd.c146 static const char *socket_type = "IPv4"; variable
Dsws.c1967 const char *socket_type = "IPv4"; in main() local
/third_party/openssl/apps/
Ds_client.c824 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_client_main() local
Ds_server.c1007 int socket_family = AF_UNSPEC, socket_type = SOCK_STREAM, protocol = 0; in s_server_main() local
/third_party/python/Modules/
D_ssl.c312 enum py_ssl_server_or_client socket_type; member
785 enum py_ssl_server_or_client socket_type, in newPySSLSocket()