Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.c498 #define SSHCFG_NEVERMATCH 0x04 /* Match never matches; internal only */ macro
2151 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2198 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2217 (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo)); in process_server_config_line_depth()
2221 *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value; in process_server_config_line_depth()
4004 (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : "")); in parse_server_config_depth()