Searched refs:sock_out (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 506 sshd_exchange_identification(int sock_in, int sock_out) in sshd_exchange_identification() argument 531 if (atomicio(write, sock_out, server_version_string, in sshd_exchange_identification() 570 (void) atomicio(write, sock_out, s, strlen(s)); in sshd_exchange_identification() 572 (void) close(sock_out); in sshd_exchange_identification() 631 (void) atomicio(write, sock_out, s, strlen(s)); in sshd_exchange_identification() 633 (void) close(sock_out); in sshd_exchange_identification() 823 int opt, j, i, fdsetsz, sock_in = 0, sock_out = 0, newsock = -1, on = 1; in main() local 1198 sock_out = dup(1); in main() 1207 debug("inetd sockets after dupping: %d, %d", sock_in, sock_out); in main() 1408 sock_out = newsock; in main() [all …]
|