Home
last modified time | relevance | path

Searched refs:keepalives (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h99 int keepalives; /* Set SO_KEEPALIVE. */ member
H A Dservconf.h71 int keepalives; /* If true, set SO_KEEPALIVE. */ member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c522 intptr = &options->keepalives; in process_config_line()
959 options->keepalives = -1; in initialize_options()
1074 if (options->keepalives == -1) in fill_default_options()
1075 options->keepalives = 1; in fill_default_options()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c92 options->keepalives = -1; in initialize_server_options()
284 if (options->keepalives == -1) in fill_default_server_options()
285 options->keepalives = 1; in fill_default_server_options()
1046 intptr = &options->keepalives; in process_server_config_line()
H A Dsshd.c1518 if (options.keepalives && in main()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c432 if (options.keepalives && in ssh_connect()