Searched refs:connection_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dserverloop.c167 int connection_in, int connection_out, struct pollfd **pfdp,
228 (*pfdp)[1].fd = connection_out;
306 process_output(struct ssh *ssh, int connection_out) argument
345 u_int connection_in, connection_out; local
355 connection_out = ssh_packet_get_connection_out(ssh);
380 wait_until_can_do_something(ssh, connection_in, connection_out,
400 process_output(ssh, connection_out);
166 wait_until_can_do_something(struct ssh *ssh, int connection_in, int connection_out, struct pollfd **pfdp, u_int *npfd_allocp, u_int *npfd_activep, sigset_t *sigsetp, int *conn_in_readyp, int *conn_out_readyp) argument
H A Dpacket.c126 * reading; connection_out for writing. These can be the same
130 int connection_out; member in struct:session_state
248 state->connection_out = -1;
312 state->connection_out = fd_out;
445 if (state->connection_in == -1 || state->connection_out == -1)
448 if (state->connection_in == state->connection_out)
457 if (getpeername(state->connection_out, (struct sockaddr *)&to,
479 return get_sock_af(ssh->state->connection_out);
490 if (ssh->state->connection_out != ssh->state->connection_in)
491 set_nonblock(ssh->state->connection_out);
[all...]
H A Dclientloop.c161 static int connection_out; /* Connection to server (output). */ variable
713 (*pfdp)[1].fd = connection_out;
1497 connection_out = ssh_packet_get_connection_out(ssh);

Completed in 272 milliseconds