Searched refs:SSH_LISTEN_BACKLOG (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.h99 #define SSH_LISTEN_BACKLOG 128 macro
H A Dssh-agent.c1409 if (listen(sock, SSH_LISTEN_BACKLOG) < 0) {
H A Dsshd.c1110 if (listen(listen_sock, SSH_LISTEN_BACKLOG) < 0)
H A Dchannels.c2829 if (listen(sock, SSH_LISTEN_BACKLOG) < 0) {
3495 if (listen(sock, SSH_LISTEN_BACKLOG) < 0) {
H A Dsession.c233 if (listen(sock, SSH_LISTEN_BACKLOG) < 0) {

Completed in 139 milliseconds