OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_qos_interactive
(Results
1 - 8
of
8
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.h
68
int
ip_qos_interactive
; /* DSCP value for interactive */
member in struct:__anon181
servconf.h
132
int
ip_qos_interactive
; /* IP ToS/DSCP/class for interactive */
member in struct:__anon186
servconf.c
240
options->
ip_qos_interactive
= -1;
524
if (options->
ip_qos_interactive
== -1)
525
options->
ip_qos_interactive
= IPTOS_DSCP_EF;
2733
if (*activep && options->
ip_qos_interactive
== -1) {
2734
options->
ip_qos_interactive
= value;
3270
M_CP_INTOPT(
ip_qos_interactive
);
3691
printf("ipqos %s ", iptos2str(o->
ip_qos_interactive
));
sshd-auth.c
635
ssh_packet_set_qos(ssh, options.
ip_qos_interactive
,
sshconnect.c
411
if (options.
ip_qos_interactive
!= INT_MAX)
412
set_sock_tos(sock, options.
ip_qos_interactive
);
readconf.c
2273
if (*activep && options->
ip_qos_interactive
== -1) {
2274
options->
ip_qos_interactive
= value;
2909
options->
ip_qos_interactive
= -1;
3143
if (options->
ip_qos_interactive
== -1)
3144
options->
ip_qos_interactive
= IPTOS_DSCP_EF;
4067
printf("ipqos %s ", iptos2str(o->
ip_qos_interactive
));
sshd-session.c
1143
ssh_packet_set_qos(ssh, options.
ip_qos_interactive
,
ssh.c
1338
ssh_packet_set_qos(ssh, options.
ip_qos_interactive
,
Completed in 96 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026