Searched refs:IPTOS_DSCP_AF11 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 103 #define IPTOS_DSCP_AF11 0x28 macro
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 73 #ifndef IPTOS_DSCP_AF11 74 # define IPTOS_DSCP_AF11 0x28 macro
|
H A D | misc.c | 1866 { "af11", IPTOS_DSCP_AF11 },
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 337 | DSCP EQUALS AF11 { target->t_dscp = IPTOS_DSCP_AF11 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 475 | DSCP AF11 { portal_group_set_dscp(IPTOS_DSCP_AF11 >> 2); }
|
H A D | uclparse.c | 597 portal_group_set_dscp(IPTOS_DSCP_AF11 >> 2); in uclparse_dscp()
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1404 { "af11", IPTOS_DSCP_AF11 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1230 { "af11", IPTOS_DSCP_AF11 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 178 { "af11", IPTOS_DSCP_AF11 >> 2 }, /* 001010 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7309 { "af11", IPTOS_DSCP_AF11 }, in map_tos()
|