Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc425 static int create_sockets_tcp(fd_pair* client_fds, fd_pair* server_fds) { in create_sockets_tcp()
475 static int create_sockets_socketpair(fd_pair* client_fds, fd_pair* server_fds) { in create_sockets_socketpair()
489 static int create_sockets_pipe(fd_pair* client_fds, fd_pair* server_fds) { in create_sockets_pipe()
568 int create_socket(const char* socket_type, fd_pair* client_fds, in create_socket()