Home | History | Annotate | Download | only in openssh

Lines Matching full:fd_in

69 	int fd_in;
128 if (atomicio6(read, conn->fd_in, buffer_ptr(m), 4,
141 if (atomicio6(read, conn->fd_in, buffer_ptr(m), msg_len,
333 do_init(int fd_in, int fd_out, u_int transfer_buflen, u_int num_requests,
341 ret->fd_in = fd_in;