Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_VA (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dip.h120 #define IPTOS_DSCP_VA 0xb0 macro
/freebsd/crypto/openssh/
H A Ddefines.h97 #ifndef IPTOS_DSCP_VA
98 # define IPTOS_DSCP_VA 0x2c macro
H A Dmisc.c1952 { "va", IPTOS_DSCP_VA },
H A DChangeLog1795 Define IPTOS_DSCP_VA if not already defined.
/freebsd/sbin/ipfw/
H A Dipfw2.c193 { "va", IPTOS_DSCP_VA >> 2 }, /* 101100 */
/freebsd/sbin/pfctl/
H A Dparse.y8121 { "va", IPTOS_DSCP_VA } in map_tos()