Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDservconf.h246 char **channel_timeouts; /* inactivity timeout by channel type */ member
315 M_CP_STRARRAYOPT(channel_timeouts, num_channel_timeouts); \
HDreadconf.h187 char **channel_timeouts; /* inactivity timeout by channel type */ member
HDmonitor_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()
HDssh.c1650 options.channel_timeouts[j]); in main()
1651 if (parse_pattern_interval(options.channel_timeouts[j], in main()
1654 options.channel_timeouts[j]); in main()
HDreadconf.c2464 options->channel_timeouts = strs; in process_config_line_depth()
2726 options->channel_timeouts = NULL; in initialize_options()
2988 CLEAR_ON_NONE_ARRAY(channel_timeouts, num_channel_timeouts, "none"); in fill_default_options()
3698 o->num_channel_timeouts, o->channel_timeouts); in dump_client_config()
HDservconf.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()
2706 options->channel_timeouts = strs; in process_server_config_line_depth()
3342 o->num_channel_timeouts, o->channel_timeouts); in dump_config()