Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dservconf.c433 #define SSHCFG_MATCH 0x02 /* allowed inside a Match section */ macro
434 #define SSHCFG_ALL (SSHCFG_GLOBAL|SSHCFG_MATCH)
759 if (*activep == 0 && !(flags & SSHCFG_MATCH)) { in process_server_config_line()