Home
last modified time | relevance | path

Searched defs:socket_type (Results 1 – 10 of 10) 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/grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc563 int create_socket(const char* socket_type, fd_pair* client_fds, in create_socket()
579 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark()
610 const char* socket_type = socket_types[j]; in run_all_benchmarks() local
638 const char* socket_type = nullptr; in main() local
/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/grpc/src/core/lib/event_engine/windows/
Dgrpc_polled_fd_windows.cc112 grpc_core::Mutex* mu, int address_family, int socket_type, in GrpcPolledFdWindows()
/third_party/grpc/src/core/resolver/dns/c_ares/
Dgrpc_ares_ev_driver_windows.cc109 int socket_type, in GrpcPolledFdWindows()
/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()