Searched refs:sTCPKeepAlive (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | servconf.c | 403 sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive, enumerator 518 { "tcpkeepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, 519 { "keepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, /* obsolete alias */ 1288 case sTCPKeepAlive: in process_server_config_line() 2283 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
|