OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_keep_alive
(Results
1 - 7
of
7
) sorted by null
/external/openssh/
readconf.h
62
int
tcp_keep_alive
; /* Set SO_KEEPALIVE. */
member in struct:__anon25860
servconf.h
78
int
tcp_keep_alive
; /* If true, set SO_KEEPALIVE. */
member in struct:__anon25867
roaming_client.c
265
options.
tcp_keep_alive
, options.use_privileged_port,
readconf.c
526
intptr = &options->
tcp_keep_alive
;
[
all
...]
servconf.c
91
options->
tcp_keep_alive
= -1;
206
if (options->
tcp_keep_alive
== -1)
207
options->
tcp_keep_alive
= 1;
1018
intptr = &options->
tcp_keep_alive
;
[
all
...]
ssh.c
795
options.
tcp_keep_alive
,
[
all
...]
sshd.c
[
all
...]
Completed in 299 milliseconds