Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dip.h115 #define IPTOS_DSCP_AF32 0x70 macro
/freebsd-13.1/usr.bin/iscsictl/
H A Dparse.y342 | DSCP EQUALS AF32 { target->t_dscp = IPTOS_DSCP_AF32 >> 2 ; }
/freebsd-13.1/crypto/openssh/
H A Ddefines.h79 # define IPTOS_DSCP_AF32 0x70 macro
H A Dmisc.c1778 { "af32", IPTOS_DSCP_AF32 },
/freebsd-13.1/usr.sbin/ctld/
H A Dparse.y508 | DSCP AF32 { portal_group->pg_dscp = IPTOS_DSCP_AF32 >> 2 ; }
H A Duclparse.c660 portal_group->pg_dscp = IPTOS_DSCP_AF32 >> 2; in uclparse_portal_group()
/freebsd-13.1/contrib/netcat/
H A Dnetcat.c1359 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd-13.1/crypto/openssh/regress/
H A Dnetcat.c1237 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd-13.1/sbin/ipfw/
H A Dipfw2.c187 { "af32", IPTOS_DSCP_AF32 >> 2 }, /* 011100 */
/freebsd-13.1/sbin/pfctl/
H A Dparse.y6462 { "af32", IPTOS_DSCP_AF32 }, in map_tos()