Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_CS0 (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dip.h94 #define IPTOS_PREC_ROUTINE IPTOS_DSCP_CS0
104 #define IPTOS_DSCP_CS0 0x00 macro
/freebsd-12.1/crypto/openssh/
H A Ddefines.h86 #ifndef IPTOS_DSCP_CS0
87 # define IPTOS_DSCP_CS0 0x00 macro
H A Dmisc.c1428 { "cs0", IPTOS_DSCP_CS0 },
/freebsd-12.1/contrib/netcat/
H A Dnetcat.c1256 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()
/freebsd-12.1/crypto/openssh/regress/
H A Dnetcat.c1222 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()
/freebsd-12.1/sbin/ipfw/
H A Dipfw2.c184 { "be", IPTOS_DSCP_CS0 >> 2 }, /* 000000 */
186 { "cs0", IPTOS_DSCP_CS0 >> 2 }, /* 000000 */
/freebsd-12.1/sbin/pfctl/
H A Dparse.y6324 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()