Searched refs:sTCPKeepAlive (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | servconf.c | 565 sPermitTTY, sStrictModes, sEmptyPasswd, sTCPKeepAlive, enumerator 694 { "tcpkeepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, 695 { "keepalive", sTCPKeepAlive, SSHCFG_GLOBAL }, /* obsolete alias */ 1710 case sTCPKeepAlive: in process_server_config_line_depth() 3267 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); in dump_config()
|