Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h52 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
H A Dservconf.h123 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member
H A Dservconf.c207 options->ip_qos_interactive = -1; in initialize_server_options()
481 if (options->ip_qos_interactive == -1) in fill_default_server_options()
482 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_server_options()
2541 options->ip_qos_interactive = value; in process_server_config_line_depth()
2961 M_CP_INTOPT(ip_qos_interactive); in copy_set_server_options()
3383 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_config()
H A Dreadconf.c2169 if (*activep && options->ip_qos_interactive == -1) { in process_config_line_depth()
2170 options->ip_qos_interactive = value; in process_config_line_depth()
2742 options->ip_qos_interactive = -1; in initialize_options()
2937 if (options->ip_qos_interactive == -1) in fill_default_options()
2938 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_options()
3808 printf("ipqos %s ", iptos2str(o->ip_qos_interactive)); in dump_client_config()
H A Dsshconnect.c370 if (options.ip_qos_interactive != INT_MAX) in ssh_create_socket()
371 set_sock_tos(sock, options.ip_qos_interactive); in ssh_create_socket()
H A Dssh.c2231 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2_setup()
2345 options.ip_qos_interactive, options.ip_qos_bulk); in ssh_session2()
H A Dsession.c529 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_no_pty()
658 options.ip_qos_interactive, options.ip_qos_bulk); in do_exec_pty()
H A Dclientloop.c2695 options.ip_qos_interactive, options.ip_qos_bulk); in client_session2_setup()