Searched refs:sock_out (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sshd.c | 411 sshd_exchange_identification(int sock_in, int sock_out) in sshd_exchange_identification() argument 440 if (roaming_atomicio(vwrite, sock_out, server_version_string, in sshd_exchange_identification() 478 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 483 close(sock_out); in sshd_exchange_identification() 547 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 549 close(sock_out); in sshd_exchange_identification() 1121 server_accept_inetd(int *sock_in, int *sock_out) argument 1128 *sock_in = *sock_out = dup(STDIN_FILENO); 1135 *sock_out = dup(STDOUT_FILENO); 1150 debug("inetd sockets after dupping: %d, %d", *sock_in, *sock_out); [all …]
|