Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDreadconf.h218 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
HDreadconf.c1798 if ((flags & SSHCONF_NEVERMATCH) != 0) { in process_config_line_depth()
1839 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value; in process_config_line_depth()
2087 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()