Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h218 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
H A Dreadconf.c1795 if ((flags & SSHCONF_NEVERMATCH) != 0) { in process_config_line_depth()
1836 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value; in process_config_line_depth()
2084 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()