Searched refs:connection_in (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,
226 (*pfdp)[0].fd = connection_in;
280 process_input(struct ssh *ssh, int connection_in) argument
284 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0)
345 u_int connection_in, connection_out; local
354 connection_in = ssh_packet_get_connection_in(ssh);
380 wait_until_can_do_something(ssh, connection_in, connection_out,
394 process_input(ssh, connection_in) < 0)
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.c125 * communicating with the other side. connection_in is used for
129 int connection_in; member in struct:session_state
247 state->connection_in = -1;
311 state->connection_in = fd_in;
445 if (state->connection_in == -1 || state->connection_out == -1)
448 if (state->connection_in == state->connection_out)
452 if (getpeername(state->connection_in, (struct sockaddr *)&from,
488 set_nonblock(ssh->state->connection_in);
490 if (ssh->state->connection_out != ssh->state->connection_in)
499 return ssh->state->connection_in;
[all...]
H A Dclientloop.c160 static int connection_in; /* Connection to server (input). */ variable
711 (*pfdp)[0].fd = connection_in;
799 if ((r = ssh_packet_process_read(ssh, connection_in)) == 0)
1496 connection_in = ssh_packet_get_connection_in(ssh);

Completed in 125 milliseconds