Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h60 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
Dservconf.h89 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
Dservconf.c166 options->ip_qos_interactive = -1; in initialize_server_options()
326 if (options->ip_qos_interactive == -1) in fill_default_server_options()
327 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_server_options()
1706 options->ip_qos_interactive = value; in process_server_config_line()
2009 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2358 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_config()
Dreadconf.c1551 options->ip_qos_interactive = value; in process_config_line_depth()
1867 options->ip_qos_interactive = -1; in initialize_options()
2051 if (options->ip_qos_interactive == -1) in fill_default_options()
2052 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_options()
2653 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_client_config()
Dssh.c1800 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session()
1901 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2_setup()
2001 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2()
Dsession.c439 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
577 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
Dclientloop.c2604 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()