Home | History | Annotate | Download | only in dist

Lines Matching refs:connection_out

110 	 * reading; connection_out for writing.  These can be the same
114 int connection_out;
242 state->connection_out = -1;
308 state->connection_out = fd_out;
441 if (state->connection_in == -1 || state->connection_out == -1)
444 if (state->connection_in == state->connection_out)
453 if (getpeername(state->connection_out, (struct sockaddr *)&to,
475 return get_sock_af(ssh->state->connection_out);
486 if (ssh->state->connection_out != ssh->state->connection_in)
487 set_nonblock(ssh->state->connection_out);
503 return ssh->state->connection_out;
677 if (state->connection_in == state->connection_out) {
678 close(state->connection_out);
681 close(state->connection_out);
2169 len = write(state->connection_out,
2203 pfd.fd = state->connection_out;