OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon24071
servconf.h
79
int
ip_qos_interactive
; /* IP ToS/DSCP/class for interactive */
member in struct:__anon24078
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 127 milliseconds