Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h249 char **channel_timeouts; /* inactivity timeout by channel type */ member
320 M_CP_STRARRAYOPT(channel_timeouts, num_channel_timeouts, 1); \
H A Dreadconf.h187 char **channel_timeouts; /* inactivity timeout by channel type */ member
H A Dmonitor_wrap.c1227 if (parse_pattern_interval(options.channel_timeouts[i], in server_process_channel_timeouts()
1230 options.channel_timeouts[i]); in server_process_channel_timeouts()
H A Dssh.c1699 options.channel_timeouts[j]); in main()
1700 if (parse_pattern_interval(options.channel_timeouts[j], in main()
1703 options.channel_timeouts[j]); in main()
H A Dreadconf.c2525 options->channel_timeouts = strs; in process_config_line_depth()
2823 options->channel_timeouts = NULL; in initialize_options()
3084 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_options()
3849 o->num_channel_timeouts, o->channel_timeouts); in dump_client_config()
H A Dservconf.c210 options->channel_timeouts = NULL; in initialize_server_options()
544 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_server_options()
2749 options->channel_timeouts = strs; in process_server_config_line_depth()
3396 o->num_channel_timeouts, o->channel_timeouts); in dump_config()