Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h103 #define IPTOS_DSCP_AF11 0x28 macro
/freebsd/crypto/openssh/
H A Ddefines.h73 #ifndef IPTOS_DSCP_AF11
74 # define IPTOS_DSCP_AF11 0x28 macro
H A Dmisc.c1866 { "af11", IPTOS_DSCP_AF11 },
/freebsd/usr.bin/iscsictl/
H A Dparse.y337 | DSCP EQUALS AF11 { target->t_dscp = IPTOS_DSCP_AF11 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y475 | DSCP AF11 { portal_group_set_dscp(IPTOS_DSCP_AF11 >> 2); }
H A Duclparse.c597 portal_group_set_dscp(IPTOS_DSCP_AF11 >> 2); in uclparse_dscp()
/freebsd/contrib/netcat/
H A Dnetcat.c1404 { "af11", IPTOS_DSCP_AF11 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1230 { "af11", IPTOS_DSCP_AF11 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c178 { "af11", IPTOS_DSCP_AF11 >> 2 }, /* 001010 */
/freebsd/sbin/pfctl/
H A Dparse.y7309 { "af11", IPTOS_DSCP_AF11 }, in map_tos()