Lines Matching defs:connection_out
125 * reading; connection_out for writing. These can be the same
129 int connection_out;
247 state->connection_out = -1;
311 state->connection_out = fd_out;
444 if (state->connection_in == -1 || state->connection_out == -1)
447 if (state->connection_in == state->connection_out)
456 if (getpeername(state->connection_out, (struct sockaddr *)&to,
478 return get_sock_af(ssh->state->connection_out);
489 if (ssh->state->connection_out != ssh->state->connection_in)
490 set_nonblock(ssh->state->connection_out);
506 return ssh->state->connection_out;
683 if (state->connection_in == state->connection_out) {
684 close(state->connection_out);
687 close(state->connection_out);
2113 len = write(state->connection_out,
2145 pfd.fd = state->connection_out;