Searched refs:num_deny_users (Results 1 – 3 of 3) sorted by relevance
155 if (options.num_deny_users > 0 || options.num_allow_users > 0) { in allowed_user()161 if (options.num_deny_users > 0) { in allowed_user()162 for (i = 0; i < options.num_deny_users; i++) in allowed_user()
128 options->num_deny_users = 0; in initialize_server_options()1137 if (options->num_deny_users >= MAX_DENY_USERS) in process_server_config_line()1140 options->deny_users[options->num_deny_users++] = in process_server_config_line()
128 u_int num_deny_users; member