Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h114 #define IPTOS_DSCP_AF32 0x70 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y344 | DSCP EQUALS AF32 { target->t_dscp = IPTOS_DSCP_AF32 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h81 # define IPTOS_DSCP_AF32 0x70 macro
H A Dmisc.c1838 { "af32", IPTOS_DSCP_AF32 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y506 | 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-14.2/contrib/netcat/
H A Dnetcat.c1377 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1237 { "af32", IPTOS_DSCP_AF32 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c185 { "af32", IPTOS_DSCP_AF32 >> 2 }, /* 011100 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7116 { "af32", IPTOS_DSCP_AF32 }, in map_tos()