Searched refs:sock_out (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sshd.c | 361 sshd_exchange_identification(struct ssh *ssh, int sock_in, int sock_out) in sshd_exchange_identification() argument 375 if (atomicio(vwrite, sock_out, server_version_string, in sshd_exchange_identification() 415 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 420 close(sock_out); in sshd_exchange_identification() 457 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 459 close(sock_out); in sshd_exchange_identification() 982 server_accept_inetd(int *sock_in, int *sock_out) argument 989 *sock_in = *sock_out = dup(STDIN_FILENO); 996 *sock_out = dup(STDOUT_FILENO); 1011 debug("inetd sockets after dupping: %d, %d", *sock_in, *sock_out); [all …]
|