Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h104 #define IPTOS_DSCP_AF12 0x30 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y338 | DSCP EQUALS AF12 { target->t_dscp = IPTOS_DSCP_AF12 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y476 | DSCP AF12 { portal_group_set_dscp(IPTOS_DSCP_AF12 >> 2); }
H A Duclparse.c599 portal_group_set_dscp(IPTOS_DSCP_AF12 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h75 # define IPTOS_DSCP_AF12 0x30 macro
H A Dmisc.c1867 { "af12", IPTOS_DSCP_AF12 },
/freebsd/contrib/netcat/
H A Dnetcat.c1405 { "af12", IPTOS_DSCP_AF12 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1231 { "af12", IPTOS_DSCP_AF12 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c179 { "af12", IPTOS_DSCP_AF12 >> 2 }, /* 001100 */
/freebsd/sbin/pfctl/
H A Dparse.y7310 { "af12", IPTOS_DSCP_AF12 }, in map_tos()