Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h107 #define IPTOS_DSCP_AF21 0x48 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y340 | DSCP EQUALS AF21 { target->t_dscp = IPTOS_DSCP_AF21 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y478 | DSCP AF21 { portal_group_set_dscp(IPTOS_DSCP_AF21 >> 2); }
H A Duclparse.c603 portal_group_set_dscp(IPTOS_DSCP_AF21 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h77 # define IPTOS_DSCP_AF21 0x48 macro
H A Dmisc.c1869 { "af21", IPTOS_DSCP_AF21 },
H A Dservconf.c481 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_server_options()
H A Dreadconf.c2869 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_options()
/freebsd/contrib/netcat/
H A Dnetcat.c1407 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1233 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c181 { "af21", IPTOS_DSCP_AF21 >> 2 }, /* 010010 */
/freebsd/sbin/pfctl/
H A Dparse.y7312 { "af21", IPTOS_DSCP_AF21 }, in map_tos()