Lines Matching refs:sock_out
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()
1445 sock_out = newsock; in main()
1527 packet_set_connection(sock_in, sock_out); in main()
1552 sshd_exchange_identification(sock_in, sock_out); in main()