Searched defs:client_fds (Results 1 – 1 of 1) sorted by relevance
425 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()