OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_alive_count_max
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
servconf.h
148
int
client_alive_count_max
; /*
member in struct:__anon26794
servconf.c
132
options->
client_alive_count_max
= -1;
268
if (options->
client_alive_count_max
== -1)
269
options->
client_alive_count_max
= 3;
[
all
...]
serverloop.c
253
if (packet_inc_alive_timeouts() > options.
client_alive_count_max
) {
[
all
...]
sshd.c
[
all
...]
Completed in 142 milliseconds