Home
last modified time | relevance | path

Searched refs:SSHCFG_MATCH (Results 1 – 1 of 1) sorted by path

/freebsd/crypto/openssh/
H A Dservconf.c549 #define SSHCFG_MATCH 0x02 /* allowed inside a Match section */ macro
550 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
1372 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth()