Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dip.h116 #define IPTOS_DSCP_AF33 0x78 macro
/freebsd-13.1/usr.bin/iscsictl/
H A Dparse.y343 | DSCP EQUALS AF33 { target->t_dscp = IPTOS_DSCP_AF33 >> 2 ; }
/freebsd-13.1/crypto/openssh/
H A Ddefines.h80 # define IPTOS_DSCP_AF33 0x78 macro
H A Dmisc.c1779 { "af33", IPTOS_DSCP_AF33 },
/freebsd-13.1/usr.sbin/ctld/
H A Dparse.y509 | 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-13.1/contrib/netcat/
H A Dnetcat.c1360 { "af33", IPTOS_DSCP_AF33 }, in map_tos()
/freebsd-13.1/crypto/openssh/regress/
H A Dnetcat.c1238 { "af33", IPTOS_DSCP_AF33 }, in map_tos()
/freebsd-13.1/sbin/ipfw/
H A Dipfw2.c188 { "af33", IPTOS_DSCP_AF33 >> 2 }, /* 011110 */
/freebsd-13.1/sbin/pfctl/
H A Dparse.y6463 { "af33", IPTOS_DSCP_AF33 }, in map_tos()