Searched refs:IPTOS_DSCP_AF43 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 117 #define IPTOS_DSCP_AF43 0x98 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 348 | DSCP EQUALS AF43 { target->t_dscp = IPTOS_DSCP_AF43 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 486 | DSCP AF43 { portal_group_set_dscp(IPTOS_DSCP_AF43 >> 2); }
|
H A D | uclparse.c | 619 portal_group_set_dscp(IPTOS_DSCP_AF43 >> 2); in uclparse_dscp()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 85 # define IPTOS_DSCP_AF43 0x98 macro
|
H A D | misc.c | 1877 { "af43", IPTOS_DSCP_AF43 },
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1415 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1241 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 189 { "af43", IPTOS_DSCP_AF43 >> 2 }, /* 100110 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7320 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
|