Lines Matching defs:connection_in
104 * communicating with the other side. connection_in is used for
108 int connection_in;
226 state->connection_in = -1;
290 state->connection_in = fd_in;
424 if (state->connection_in == -1 || state->connection_out == -1)
427 if (state->connection_in == state->connection_out)
431 if (getpeername(state->connection_in, (struct sockaddr *)&from,
467 set_nonblock(ssh->state->connection_in);
469 if (ssh->state->connection_out != ssh->state->connection_in)
478 return ssh->state->connection_in;
502 sock = ssh->state->connection_in;
643 ssh->rdomain_in = get_rdomain(ssh->state->connection_in);
659 if (state->connection_in == state->connection_out) {
662 close(state->connection_in);
1433 pfd.fd = state->connection_in;
1465 len = read(state->connection_in, buf, sizeof(buf));
2179 set_sock_tos(ssh->state->connection_in, tos);
2199 set_nodelay(state->connection_in);