Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_AF32 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/
H A Dip.h112 #define IPTOS_DSCP_AF32 0x70 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y344 | DSCP EQUALS AF32 { target->t_dscp = IPTOS_DSCP_AF32 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y482 | DSCP AF32 { portal_group_set_dscp(IPTOS_DSCP_AF32 >> 2); }
H A Duclparse.c611 portal_group_set_dscp(IPTOS_DSCP_AF32 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h81 # define IPTOS_DSCP_AF32 0x70 macro
H A Dmisc.c1873 { "af32", IPTOS_DSCP_AF32 },
/freebsd/contrib/netcat/
H A Dnetcat.c1411 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1237 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c185 { "af32", IPTOS_DSCP_AF32 >> 2 }, /* 011100 */
/freebsd/sbin/pfctl/
H A Dparse.y7316 { "af32", IPTOS_DSCP_AF32 }, in map_tos()