Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h115 #define IPTOS_DSCP_AF33 0x78 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y345 | DSCP EQUALS AF33 { target->t_dscp = IPTOS_DSCP_AF33 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h82 # define IPTOS_DSCP_AF33 0x78 macro
H A Dmisc.c1839 { "af33", IPTOS_DSCP_AF33 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y507 | DSCP AF33 { portal_group->pg_dscp = IPTOS_DSCP_AF33 >> 2 ; }
H A Duclparse.c662 portal_group->pg_dscp = IPTOS_DSCP_AF33 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1378 { "af33", IPTOS_DSCP_AF33 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1238 { "af33", IPTOS_DSCP_AF33 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c186 { "af33", IPTOS_DSCP_AF33 >> 2 }, /* 011110 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7117 { "af33", IPTOS_DSCP_AF33 }, in map_tos()