OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSH_LISTEN_BACKLOG
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
ssh.h
99
#define
SSH_LISTEN_BACKLOG
128
ssh-agent.c
1272
if (listen(sock,
SSH_LISTEN_BACKLOG
) < 0) {
[
all
...]
session.c
233
if (listen(sock,
SSH_LISTEN_BACKLOG
) < 0) {
[
all
...]
sshd.c
1077
if (listen(listen_sock,
SSH_LISTEN_BACKLOG
) < 0)
[
all
...]
channels.c
[
all
...]
Completed in 153 milliseconds