Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h109 #define IPTOS_DSCP_AF23 0x58 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y342 | DSCP EQUALS AF23 { target->t_dscp = IPTOS_DSCP_AF23 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y480 | DSCP AF23 { portal_group_set_dscp(IPTOS_DSCP_AF23 >> 2); }
H A Duclparse.c607 portal_group_set_dscp(IPTOS_DSCP_AF23 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h79 # define IPTOS_DSCP_AF23 0x58 macro
H A Dmisc.c1871 { "af23", IPTOS_DSCP_AF23 },
/freebsd/contrib/netcat/
H A Dnetcat.c1409 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1235 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c183 { "af23", IPTOS_DSCP_AF23 >> 2 }, /* 010110 */
/freebsd/sbin/pfctl/
H A Dparse.y7314 { "af23", IPTOS_DSCP_AF23 }, in map_tos()