Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h90 #define IPTOS_PREC_PRIORITY IPTOS_DSCP_CS1
102 #define IPTOS_DSCP_CS1 0x20 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y330 | DSCP EQUALS CS1 { target->t_dscp = IPTOS_DSCP_CS1 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y468 | DSCP CS1 { portal_group_set_dscp(IPTOS_DSCP_CS1 >> 2); }
H A Duclparse.c583 portal_group_set_dscp(IPTOS_DSCP_CS1 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h90 # define IPTOS_DSCP_CS1 0x20 macro
H A Dmisc.c1879 { "cs1", IPTOS_DSCP_CS1 },
H A Dservconf.c483 options->ip_qos_bulk = IPTOS_DSCP_CS1; in fill_default_server_options()
H A Dreadconf.c2871 options->ip_qos_bulk = IPTOS_DSCP_CS1; in fill_default_options()
/freebsd/contrib/netcat/
H A Dnetcat.c1418 { "cs1", IPTOS_DSCP_CS1 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1244 { "cs1", IPTOS_DSCP_CS1 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c194 { "cs1", IPTOS_DSCP_CS1 >> 2 }, /* 001000 */
/freebsd/sbin/pfctl/
H A Dparse.y7323 { "cs1", IPTOS_DSCP_CS1 }, in map_tos()