Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDreadconf.h61 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
HDservconf.h89 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
HDservconf.c165 options->ip_qos_interactive = -1; in initialize_server_options()
331 if (options->ip_qos_interactive == -1) in fill_default_server_options()
332 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_server_options()
1719 options->ip_qos_interactive = value; in process_server_config_line()
2016 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
2366 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_config()
HDreadconf.c1562 options->ip_qos_interactive = value; in process_config_line_depth()
1895 options->ip_qos_interactive = -1; in initialize_options()
2085 if (options->ip_qos_interactive == -1) in fill_default_options()
2086 options->ip_qos_interactive = IPTOS_LOWDELAY; in fill_default_options()
2689 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_client_config()
HDssh.c1813 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session()
1914 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2_setup()
2014 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2()
HDsession.c440 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
578 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
HDclientloop.c2604 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()