Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h246 char **channel_timeouts; /* inactivity timeout by channel type */ member
315 M_CP_STRARRAYOPT(channel_timeouts, num_channel_timeouts); \
H A Dreadconf.h185 char **channel_timeouts; /* inactivity timeout by channel type */ member
H A Dmonitor_wrap.c1140 if (parse_pattern_interval(options.channel_timeouts[i], in server_process_channel_timeouts()
1143 options.channel_timeouts[i]); in server_process_channel_timeouts()
H A Dssh.c1643 options.channel_timeouts[j]); in main()
1644 if (parse_pattern_interval(options.channel_timeouts[j], in main()
1647 options.channel_timeouts[j]); in main()
H A Dservconf.c214 options->channel_timeouts = NULL; in initialize_server_options()
546 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_server_options()
2700 options->channel_timeouts = strs; in process_server_config_line_depth()
3336 o->num_channel_timeouts, o->channel_timeouts); in dump_config()
H A Dreadconf.c2436 options->channel_timeouts = strs; in process_config_line_depth()
2697 options->channel_timeouts = NULL; in initialize_options()
2959 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_options()
3667 o->num_channel_timeouts, o->channel_timeouts); in dump_client_config()