Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.c429 #define SSHCFG_MATCH 0x02 /* allowed inside a Match section */ macro
430 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
1000 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line()