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

  /external/openssh/
readconf.h 64 int ip_qos_bulk; /* IP ToS/DSCP/class for bulk traffic */ member in struct:__anon25839
servconf.h 80 int ip_qos_bulk; /* IP ToS/DSCP/class for bulk traffic */ member in struct:__anon25846
servconf.c 144 options->ip_qos_bulk = -1;
282 if (options->ip_qos_bulk == -1)
283 options->ip_qos_bulk = IPTOS_THROUGHPUT;
    [all...]
readconf.c 1018 options->ip_qos_bulk = value2;
    [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 2523 milliseconds