Searched refs:num_allow_users (Results 1 – 3 of 3) sorted by relevance
155 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()
127 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()
126 u_int num_allow_users; member