OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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:__anon28993
servconf.h
89
int
ip_qos_interactive
; /* IP ToS/DSCP/class for interactive */
member in struct:__anon29004
servconf.c
166
options->
ip_qos_interactive
= -1;
326
if (options->
ip_qos_interactive
== -1)
327
options->
ip_qos_interactive
= IPTOS_LOWDELAY;
[
all
...]
readconf.c
[
all
...]
ssh.c
[
all
...]
session.c
439
options.
ip_qos_interactive
, options.ip_qos_bulk);
577
options.
ip_qos_interactive
, options.ip_qos_bulk);
[
all
...]
clientloop.c
[
all
...]
Completed in 242 milliseconds