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 60 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon28144
servconf.h 91 int ip_qos_interactive; /* IP ToS/DSCP/class for interactive */ member in struct:__anon28153
servconf.c 172 options->ip_qos_interactive = -1;
336 if (options->ip_qos_interactive == -1)
337 options->ip_qos_interactive = IPTOS_LOWDELAY;
    [all...]
readconf.c     [all...]
ssh.c     [all...]
session.c 580 options.ip_qos_interactive, options.ip_qos_bulk);
735 options.ip_qos_interactive, options.ip_qos_bulk);
    [all...]
clientloop.c     [all...]

Completed in 149 milliseconds