Searched refs:IPTOS_DSCP_CS0 (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | ip.h | 80 #define IPTOS_MINCOST IPTOS_DSCP_CS0 92 #define IPTOS_PREC_ROUTINE IPTOS_DSCP_CS0 102 #define IPTOS_DSCP_CS0 0x00 macro
|
| /freebsd/usr.bin/iscsictl/ |
| H A D | parse.y | 327 | DSCP EQUALS BE { target->t_dscp = IPTOS_DSCP_CS0 >> 2 ; } 329 | DSCP EQUALS CS0 { target->t_dscp = IPTOS_DSCP_CS0 >> 2 ; }
|
| /freebsd/usr.sbin/ctld/ |
| H A D | parse.y | 497 | DSCP BE { portal_group_set_dscp(IPTOS_DSCP_CS0 >> 2); } 499 | DSCP CS0 { portal_group_set_dscp(IPTOS_DSCP_CS0 >> 2); }
|
| H A D | uclparse.cc | 698 portal_group_set_dscp(IPTOS_DSCP_CS0 >> 2); in uclparse_dscp() 702 portal_group_set_dscp(IPTOS_DSCP_CS0 >> 2); in uclparse_dscp()
|
| /freebsd/crypto/openssh/ |
| H A D | defines.h | 87 #ifndef IPTOS_DSCP_CS0 88 # define IPTOS_DSCP_CS0 0x00 macro
|
| H A D | misc.c | 1942 { "cs0", IPTOS_DSCP_CS0 },
|
| H A D | readconf.c | 2994 options->ip_qos_bulk = IPTOS_DSCP_CS0; in fill_default_options()
|
| H A D | servconf.c | 480 options->ip_qos_bulk = IPTOS_DSCP_CS0; in fill_default_server_options()
|
| /freebsd/contrib/netcat/ |
| H A D | netcat.c | 1433 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()
|
| /freebsd/crypto/openssh/regress/ |
| H A D | netcat.c | 1239 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 192 { "be", IPTOS_DSCP_CS0 >> 2 }, /* 000000 */ 195 { "cs0", IPTOS_DSCP_CS0 >> 2 }, /* 000000 */
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 8107 { "cs0", IPTOS_DSCP_CS0 }, in map_tos()
|