Searched refs:IPTOS_DSCP_AF13 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip.h | 105 #define IPTOS_DSCP_AF13 0x38 macro
|
/freebsd/usr.bin/iscsictl/ |
H A D | parse.y | 339 | DSCP EQUALS AF13 { target->t_dscp = IPTOS_DSCP_AF13 >> 2 ; }
|
/freebsd/usr.sbin/ctld/ |
H A D | parse.y | 477 | DSCP AF13 { portal_group_set_dscp(IPTOS_DSCP_AF13 >> 2); }
|
H A D | uclparse.c | 601 portal_group_set_dscp(IPTOS_DSCP_AF13 >> 2); in uclparse_dscp()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 76 # define IPTOS_DSCP_AF13 0x38 macro
|
H A D | misc.c | 1868 { "af13", IPTOS_DSCP_AF13 },
|
/freebsd/contrib/netcat/ |
H A D | netcat.c | 1406 { "af13", IPTOS_DSCP_AF13 }, in map_tos()
|
/freebsd/crypto/openssh/regress/ |
H A D | netcat.c | 1232 { "af13", IPTOS_DSCP_AF13 }, in map_tos()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 180 { "af13", IPTOS_DSCP_AF13 >> 2 }, /* 001110 */
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 7311 { "af13", IPTOS_DSCP_AF13 }, in map_tos()
|