Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h119 #define IPTOS_DSCP_AF43 0x98 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y348 | DSCP EQUALS AF43 { target->t_dscp = IPTOS_DSCP_AF43 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h85 # define IPTOS_DSCP_AF43 0x98 macro
H A Dmisc.c1842 { "af43", IPTOS_DSCP_AF43 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y510 | DSCP AF43 { portal_group->pg_dscp = IPTOS_DSCP_AF43 >> 2 ; }
H A Duclparse.c668 portal_group->pg_dscp = IPTOS_DSCP_AF43 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1381 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1241 { "af43", IPTOS_DSCP_AF43 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c189 { "af43", IPTOS_DSCP_AF43 >> 2 }, /* 100110 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7120 { "af43", IPTOS_DSCP_AF43 }, in map_tos()