Searched refs:IPTOS_DSCP_AF23 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 109 #define IPTOS_DSCP_AF23 0x58 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 342 | DSCP EQUALS AF23 { target->t_dscp = IPTOS_DSCP_AF23 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 480 | DSCP AF23 { portal_group_set_dscp(IPTOS_DSCP_AF23 >> 2); }
|
H A D | uclparse.c | 607 portal_group_set_dscp(IPTOS_DSCP_AF23 >> 2); in uclparse_dscp()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 79 # define IPTOS_DSCP_AF23 0x58 macro
|
H A D | misc.c | 1871 { "af23", IPTOS_DSCP_AF23 },
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1409 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1235 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 183 { "af23", IPTOS_DSCP_AF23 >> 2 }, /* 010110 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7314 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
|