Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth.c155 if (options.num_deny_users > 0 || options.num_allow_users > 0) { in allowed_user()
171 if (options.num_allow_users > 0) { in allowed_user()
172 for (i = 0; i < options.num_allow_users; i++) in allowed_user()
177 if (i >= options.num_allow_users) { in allowed_user()
H A Dservconf.c127 options->num_allow_users = 0; in initialize_server_options()
1127 if (options->num_allow_users >= MAX_ALLOW_USERS) in process_server_config_line()
1130 options->allow_users[options->num_allow_users++] = in process_server_config_line()
/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h126 u_int num_allow_users; member