HomeSort by relevance Sort by last modified time
    Searched refs:ip_qos_interactive (Results 1 - 7 of 7) sorted by null

  /external/openssh/
readconf.h 63 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon9879
servconf.h 79 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon9886
servconf.c 143 options->ip_qos_interactive = -1;
280 if (options->ip_qos_interactive == -1)
281 options->ip_qos_interactive = IPTOS_LOWDELAY;
    [all...]
readconf.c 1017 options->ip_qos_interactive = value;
    [all...]
session.c 593 options.ip_qos_interactive, options.ip_qos_bulk);
748 options.ip_qos_interactive, options.ip_qos_bulk);
    [all...]
ssh.c     [all...]
clientloop.c     [all...]

Completed in 182 milliseconds