Searched refs:IPTOS_DSCP_CS5 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dip.h89 #define IPTOS_PREC_CRITIC_ECP IPTOS_DSCP_CS5
121 #define IPTOS_DSCP_CS5 0xa0 macro
/freebsd-13-stable/usr.bin/iscsictl/
H A Dparse.y332 | DSCP EQUALS CS5 { target->t_dscp = IPTOS_DSCP_CS5 >> 2 ; }
/freebsd-13-stable/crypto/openssh/
H A Ddefines.h92 # define IPTOS_DSCP_CS5 0xa0 macro
H A Dmisc.c1436 { "cs5", IPTOS_DSCP_CS5 },
/freebsd-13-stable/usr.sbin/ctld/
H A Dparse.y498 | DSCP CS5 { portal_group->pg_dscp = IPTOS_DSCP_CS5 >> 2 ; }
H A Duclparse.c640 portal_group->pg_dscp = IPTOS_DSCP_CS5 >> 2;
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c1370 { "cs5", IPTOS_DSCP_CS5 },
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c1227 { "cs5", IPTOS_DSCP_CS5 },
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c199 { "cs5", IPTOS_DSCP_CS5 >> 2 }, /* 101000 */
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y6407 { "cs5", IPTOS_DSCP_CS5 },

Completed in 280 milliseconds