Searched refs:IPTOS_DSCP_AF22 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 108 #define IPTOS_DSCP_AF22 0x50 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 341 | DSCP EQUALS AF22 { target->t_dscp = IPTOS_DSCP_AF22 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 479 | DSCP AF22 { portal_group_set_dscp(IPTOS_DSCP_AF22 >> 2); }
|
H A D | uclparse.c | 605 portal_group_set_dscp(IPTOS_DSCP_AF22 >> 2); in uclparse_dscp()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 78 # define IPTOS_DSCP_AF22 0x50 macro
|
H A D | misc.c | 1870 { "af22", IPTOS_DSCP_AF22 },
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1408 { "af22", IPTOS_DSCP_AF22 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1234 { "af22", IPTOS_DSCP_AF22 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 182 { "af22", IPTOS_DSCP_AF22 >> 2 }, /* 010100 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7313 { "af22", IPTOS_DSCP_AF22 }, in map_tos()
|