Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_EF (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssh/
H A Ddefines.h85 # define IPTOS_DSCP_EF 0xb8 macro
100 #ifndef IPTOS_DSCP_EF
101 # define IPTOS_DSCP_EF 0xb8 macro
H A Dmisc.c1950 { "ef", IPTOS_DSCP_EF },
H A Dreadconf.c2992 options->ip_qos_interactive = IPTOS_DSCP_EF; in fill_default_options()
H A Dservconf.c478 options->ip_qos_interactive = IPTOS_DSCP_EF; in fill_default_server_options()
/freebsd/sys/netinet/
H A Dip.h121 #define IPTOS_DSCP_EF 0xb8 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y328 | DSCP EQUALS EF { target->t_dscp = IPTOS_DSCP_EF >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y498 | DSCP EF { portal_group_set_dscp(IPTOS_DSCP_EF >> 2); }
H A Duclparse.cc700 portal_group_set_dscp(IPTOS_DSCP_EF >> 2); in uclparse_dscp()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c76 #ifndef IPTOS_DSCP_EF
77 #define IPTOS_DSCP_EF 0xb8 macro
79 int qos = IPTOS_DSCP_EF; /* QoS RFC3246 */
/freebsd/contrib/netcat/
H A Dnetcat.c1441 { "ef", IPTOS_DSCP_EF }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1247 { "ef", IPTOS_DSCP_EF }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c194 { "ef", IPTOS_DSCP_EF >> 2 }, /* 101110 */
/freebsd/sbin/pfctl/
H A Dparse.y8115 { "ef", IPTOS_DSCP_EF }, in map_tos()