Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.c581 #define SSHCFG_NEVERMATCH 0x04 /* Match never matches; internal only */ macro
2263 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2310 ? 0 : SSHCFG_NEVERMATCH)), in process_server_config_line_depth()
2329 (*inc_flags & SSHCFG_NEVERMATCH ? NULL : connectinfo)); in process_server_config_line_depth()
2333 *activep = (*inc_flags & SSHCFG_NEVERMATCH) ? 0 : value; in process_server_config_line_depth()
2953 (flags & SSHCFG_NEVERMATCH ? " [checking syntax only]" : "")); in parse_server_config_depth()