Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.c551 #define SSHCFG_NEVERMATCH 0x04 /* Match never matches; internal only */ macro
2216 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2263 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2282 (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo)); in process_server_config_line_depth()
2286 *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value; in process_server_config_line_depth()
2906 (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : "")); in parse_server_config_depth()