Searched defs:sock_out (Results 1 – 1 of 1) sorted by relevance
377 sshd_exchange_identification(struct ssh *ssh, int sock_in, int sock_out) in sshd_exchange_identification()998 server_accept_inetd(int *sock_in, int *sock_out)1146 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)1413 int sock_in = -1, sock_out = -1, newsock = -1; local