Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dservconf.c538 #define SSHCFG_NEVERMATCH 0x04 /* Match never matches; internal only */ macro
2115 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2162 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2181 (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo)); in process_server_config_line_depth()
2185 *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value; in process_server_config_line_depth()
2706 (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : "")); in parse_server_config_depth()