HomeSort by: relevance | last modified time | path
    Searched refs:connection_out (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
serverloop.c 169 int connection_in, int connection_out, struct pollfd **pfdp,
233 (*pfdp)[1].fd = connection_out;
311 process_output(struct ssh *ssh, int connection_out)
357 u_int connection_in, connection_out; local
372 connection_out = ssh_packet_get_connection_out(ssh);
395 wait_until_can_do_something(ssh, connection_in, connection_out,
409 process_output(ssh, connection_out);
packet.c 110 * reading; connection_out for writing. These can be the same
114 int connection_out; member in struct:session_state
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);
    [all...]
clientloop.c 150 static int connection_out; /* Connection to server (output). */ variable
714 (*pfdp)[1].fd = connection_out;
1516 connection_out = ssh_packet_get_connection_out(ssh);

Completed in 41 milliseconds