Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_AF21 (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dip.h109 #define IPTOS_DSCP_AF21 0x48 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y340 | DSCP EQUALS AF21 { target->t_dscp = IPTOS_DSCP_AF21 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h77 # define IPTOS_DSCP_AF21 0x48 macro
H A Dmisc.c1834 { "af21", IPTOS_DSCP_AF21 },
H A Dreadconf.c2820 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_options()
H A Dservconf.c437 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_server_options()
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y502 | DSCP AF21 { portal_group->pg_dscp = IPTOS_DSCP_AF21 >> 2 ; }
H A Duclparse.c652 portal_group->pg_dscp = IPTOS_DSCP_AF21 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1373 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1233 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c181 { "af21", IPTOS_DSCP_AF21 >> 2 }, /* 010010 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7112 { "af21", IPTOS_DSCP_AF21 }, in map_tos()