Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip.h115 #define IPTOS_DSCP_AF41 0x88 macro
/freebsd/usr.bin/iscsictl/
H A Dparse.y346 | DSCP EQUALS AF41 { target->t_dscp = IPTOS_DSCP_AF41 >> 2 ; }
/freebsd/usr.sbin/ctld/
H A Dparse.y484 | DSCP AF41 { portal_group_set_dscp(IPTOS_DSCP_AF41 >> 2); }
H A Duclparse.c615 portal_group_set_dscp(IPTOS_DSCP_AF41 >> 2); in uclparse_dscp()
/freebsd/crypto/openssh/
H A Ddefines.h83 # define IPTOS_DSCP_AF41 0x88 macro
H A Dmisc.c1875 { "af41", IPTOS_DSCP_AF41 },
/freebsd/contrib/netcat/
H A Dnetcat.c1413 { "af41", IPTOS_DSCP_AF41 }, in map_tos()
/freebsd/crypto/openssh/regress/
H A Dnetcat.c1239 { "af41", IPTOS_DSCP_AF41 }, in map_tos()
/freebsd/sbin/ipfw/
H A Dipfw2.c187 { "af41", IPTOS_DSCP_AF41 >> 2 }, /* 100010 */
/freebsd/sbin/pfctl/
H A Dparse.y7318 { "af41", IPTOS_DSCP_AF41 }, in map_tos()