Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.c553 #define SSHCFG_MATCH 0x02 /* allowed inside a Match section */ macro
554 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
1306 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line_depth()