Home
last modified time | relevance | path

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

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dreadconf.h189 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
H A Dreadconf.c1321 if ((flags & SSHCONF_NEVERMATCH) != 0) in process_config_line_depth()
1356 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value; in process_config_line_depth()
1560 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()
/dports/security/openssh-portable/openssh-8.8p1/
H A Dreadconf.h204 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
H A Dreadconf.c1628 if ((flags & SSHCONF_NEVERMATCH) != 0) { in process_config_line_depth()
1669 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value; in process_config_line_depth()
1911 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()