Home
last modified time | relevance | path

Searched refs:IPTOS_DSCP_AF22 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/
H A Dip.h108 #define IPTOS_DSCP_AF22 0x50 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y341 | DSCP EQUALS AF22 { target->t_dscp = IPTOS_DSCP_AF22 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y479 | DSCP AF22 { portal_group_set_dscp(IPTOS_DSCP_AF22 >> 2); }
H A Duclparse.c605 portal_group_set_dscp(IPTOS_DSCP_AF22 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h78 # define IPTOS_DSCP_AF22 0x50 macro
H A Dmisc.c1870 { "af22", IPTOS_DSCP_AF22 },
/freebsd/contrib/netcat/
H A Dnetcat.c1408 { "af22", IPTOS_DSCP_AF22 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1234 { "af22", IPTOS_DSCP_AF22 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c182 { "af22", IPTOS_DSCP_AF22 >> 2 }, /* 010100 */
/freebsd/sbin/pfctl/
H A Dparse.y7313 { "af22", IPTOS_DSCP_AF22 }, in map_tos()