Searched refs:IPTOS_DSCP_AF21 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 107 #define IPTOS_DSCP_AF21 0x48 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 340 | DSCP EQUALS AF21 { target->t_dscp = IPTOS_DSCP_AF21 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 478 | DSCP AF21 { portal_group_set_dscp(IPTOS_DSCP_AF21 >> 2); }
|
H A D | uclparse.c | 603 portal_group_set_dscp(IPTOS_DSCP_AF21 >> 2); in uclparse_dscp()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 77 # define IPTOS_DSCP_AF21 0x48 macro
|
H A D | misc.c | 1869 { "af21", IPTOS_DSCP_AF21 },
|
H A D | servconf.c | 481 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_server_options()
|
H A D | readconf.c | 2869 options->ip_qos_interactive = IPTOS_DSCP_AF21; in fill_default_options()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1407 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1233 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 181 { "af21", IPTOS_DSCP_AF21 >> 2 }, /* 010010 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7312 { "af21", IPTOS_DSCP_AF21 }, in map_tos()
|