Searched refs:connection_out (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | serverloop.c | 146 int connection_in, int connection_out, struct pollfd **pfdp, in wait_until_can_do_something() argument 207 (*pfdp)[1].fd = connection_out; in wait_until_can_do_something() 285 process_output(struct ssh *ssh, int connection_out) in process_output() argument 324 u_int connection_in, connection_out; in server_loop2() local 334 connection_out = ssh_packet_get_connection_out(ssh); in server_loop2() 353 wait_until_can_do_something(ssh, connection_in, connection_out, in server_loop2() 367 process_output(ssh, connection_out); in server_loop2()
|
| HD | packet.c | 129 int connection_out; member 247 state->connection_out = -1; in ssh_alloc_session_state() 311 state->connection_out = fd_out; in ssh_packet_set_connection() 444 if (state->connection_in == -1 || state->connection_out == -1) in ssh_packet_connection_is_on_socket() 447 if (state->connection_in == state->connection_out) in ssh_packet_connection_is_on_socket() 456 if (getpeername(state->connection_out, (struct sockaddr *)&to, in ssh_packet_connection_is_on_socket() 478 return get_sock_af(ssh->state->connection_out); in ssh_packet_connection_af() 489 if (ssh->state->connection_out != ssh->state->connection_in) in ssh_packet_set_nonblocking() 490 set_nonblock(ssh->state->connection_out); in ssh_packet_set_nonblocking() 506 return ssh->state->connection_out; in ssh_packet_get_connection_out() [all …]
|
| HD | clientloop.c | 160 static int connection_out; /* Connection to server (output). */ variable 713 (*pfdp)[1].fd = connection_out; in client_wait_until_can_do_something() 1497 connection_out = ssh_packet_get_connection_out(ssh); in client_loop()
|