Home
last modified time | relevance | path

Searched defs:sock_out (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssh/
HDsshd.c426 sshd_exchange_identification(int sock_in, int sock_out) in sshd_exchange_identification()
1062 server_accept_inetd(int *sock_in, int *sock_out)
1177 server_accept_loop(int *sock_in, int *sock_out, int *newsock, int *config_s)
1408 int sock_in = -1, sock_out = -1, newsock = -1; local
/NextBSD/contrib/pf/tftp-proxy/
HDtftp-proxy.c86 struct sockaddr_in sock_out; in main() local