Searched refs:max_sessions (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | servconf.h | 178 int max_sessions; member
|
D | servconf.c | 170 options->max_sessions = -1; in initialize_server_options() 425 if (options->max_sessions == -1) in fill_default_server_options() 426 options->max_sessions = DEFAULT_SESSIONS_MAX; in fill_default_server_options() 1888 intptr = &options->max_sessions; in process_server_config_line_depth() 2516 M_CP_INTOPT(max_sessions); in copy_set_server_options() 2784 dump_cfg_int(sMaxSessions, o->max_sessions); in dump_config()
|
D | session.c | 1726 if (id >= options.max_sessions || in session_unused() 1729 __func__, id, options.max_sessions, sessions_nalloc); in session_unused() 1749 if (sessions_nalloc >= options.max_sessions) in session_new() 1752 __func__, sessions_nalloc, options.max_sessions); in session_new() 1767 __func__, sessions_first_unused, options.max_sessions, in session_new()
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_message_unittest.py | 285 self.assertEqual(message.max_sessions, 8)
|