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()
328 if (options->ip_qos_interactive == -1) in fill_default_server_options()
329 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_server_options()
1658 options->ip_qos_interactive = value; in process_server_config_line()
1910 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2225 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_config()
Dreadconf.c1371 options->ip_qos_interactive = value; in process_config_line()
1665 options->ip_qos_interactive = -1; in initialize_options()
1842 if (options->ip_qos_interactive == -1) in fill_default_options()
1843 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_options()
2376 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_client_config()
Dssh.c1701 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session()
1802 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2_setup()
1901 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2()
Dsession.c580 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
735 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
Dclientloop.c2501 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()