Home
last modified time | relevance | path

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

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