Home | History | Annotate | Download | only in openssh

Lines Matching defs:sock

375 		if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
850 if ((new_fd[i] = mm_receive_fd(c->sock)) == -1) {
1175 mux_listener_channel->self, mux_listener_channel->sock);
1943 int sock;
1973 if ((sock = socket(PF_UNIX, SOCK_STREAM, 0)) < 0)
1976 if (connect(sock, (struct sockaddr *)&addr, sun_len) == -1) {
1995 close(sock);
1998 set_nonblock(sock);
2000 if (mux_client_hello_exchange(sock) != 0) {
2002 close(sock);
2008 if ((pid = mux_client_request_alive(sock)) == 0)
2013 mux_client_request_terminate(sock);
2017 if (mux_client_request_forwards(sock) != 0)
2021 if (mux_client_request_forwards(sock) != 0) {
2025 mux_client_request_session(sock);
2028 mux_client_request_stdio_fwd(sock);
2031 mux_client_request_stop_listening(sock);