HomeSort by relevance Sort by last modified time
    Searched refs:tcp_keep_alive (Results 1 - 6 of 6) sorted by null

  /external/openssh/
readconf.h 59 int tcp_keep_alive; /* Set SO_KEEPALIVE. */ member in struct:__anon28993
servconf.h 88 int tcp_keep_alive; /* If true, set SO_KEEPALIVE. */ member in struct:__anon29004
readconf.c 1003 intptr = &options->tcp_keep_alive;
    [all...]
servconf.c 106 options->tcp_keep_alive = -1;
252 if (options->tcp_keep_alive == -1)
253 options->tcp_keep_alive = 1;
    [all...]
ssh.c     [all...]
sshd.c     [all...]

Completed in 118 milliseconds