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

/external/openssh/
H A Dreadconf.h60 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon14972
H A Dservconf.h91 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon14981
H A Dservconf.c172 options->ip_qos_interactive = -1;
336 if (options->ip_qos_interactive == -1)
337 options->ip_qos_interactive = IPTOS_LOWDELAY;
1727 options->ip_qos_interactive = value;
2010 M_CP_INTOPT(ip_qos_interactive);
2352 printf("ipqos %s ", iptos2str(o->ip_qos_interactive));
H A Dreadconf.c1376 options->ip_qos_interactive = value;
1665 options->ip_qos_interactive = -1;
1839 if (options->ip_qos_interactive == -1)
1840 options->ip_qos_interactive = IPTOS_LOWDELAY;
2380 printf("ipqos %s ", iptos2str(o->ip_qos_interactive));
H A Dssh.c1702 options.ip_qos_interactive, options.ip_qos_bulk);
1805 options.ip_qos_interactive, options.ip_qos_bulk);
1904 options.ip_qos_interactive, options.ip_qos_bulk);
H A Dsession.c580 options.ip_qos_interactive, options.ip_qos_bulk);
735 options.ip_qos_interactive, options.ip_qos_bulk);
H A Dclientloop.c2515 options.ip_qos_interactive, options.ip_qos_bulk);

Completed in 112 milliseconds