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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h192 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
H A Dreadconf.c1323 if ((flags & SSHCONF_NEVERMATCH) != 0)
1357 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value;
1561 (oactive ? 0 : SSHCONF_NEVERMATCH),

Completed in 110 milliseconds