Searched refs:sock_out (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sshd.c | 377 sshd_exchange_identification(struct ssh *ssh, int sock_in, int sock_out) in sshd_exchange_identification() argument 391 if (atomicio(vwrite, sock_out, server_version_string, in sshd_exchange_identification() 431 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 436 close(sock_out); in sshd_exchange_identification() 473 (void) atomicio(vwrite, sock_out, s, strlen(s)); in sshd_exchange_identification() 475 close(sock_out); in sshd_exchange_identification() 998 server_accept_inetd(int *sock_in, int *sock_out) argument 1005 *sock_in = *sock_out = dup(STDIN_FILENO); 1012 *sock_out = dup(STDOUT_FILENO); 1027 debug("inetd sockets after dupping: %d, %d", *sock_in, *sock_out); [all …]
|