Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h117 #define IPTOS_DSCP_AF43 0x98 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y348 | DSCP EQUALS AF43 { target->t_dscp = IPTOS_DSCP_AF43 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y486 | DSCP AF43 { portal_group_set_dscp(IPTOS_DSCP_AF43 >> 2); }
H A Duclparse.c619 portal_group_set_dscp(IPTOS_DSCP_AF43 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h85 # define IPTOS_DSCP_AF43 0x98 macro
H A Dmisc.c1877 { "af43", IPTOS_DSCP_AF43 },
/freebsd/contrib/netcat/
H A Dnetcat.c1415 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1241 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c189 { "af43", IPTOS_DSCP_AF43 >> 2 }, /* 100110 */
/freebsd/sbin/pfctl/
H A Dparse.y7320 { "af43", IPTOS_DSCP_AF43 }, in map_tos()