Home
last modified time | relevance | path

Searched refs:ip_qos_interactive (Results 1 – 7 of 7) sorted by relevance

/external/openssh/
Dreadconf.h54 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
Dservconf.h112 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
Dservconf.c191 options->ip_qos_interactive = -1; in initialize_server_options()
445 if (options->ip_qos_interactive == -1) in fill_default_server_options()
446 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_server_options()
2194 options->ip_qos_interactive = value; in process_server_config_line_depth()
2520 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2902 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_config()
Dreadconf.c1672 options->ip_qos_interactive = value; in process_config_line_depth()
2008 options->ip_qos_interactive = -1; in initialize_options()
2183 if (options->ip_qos_interactive == -1) in fill_default_options()
2184 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_options()
2848 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_client_config()
Dssh.c1976 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2_setup()
2093 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2()
Dsession.c524 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
653 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
Dclientloop.c2291 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()