Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h118 #define IPTOS_DSCP_AF42 0x90 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y347 | DSCP EQUALS AF42 { target->t_dscp = IPTOS_DSCP_AF42 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h84 # define IPTOS_DSCP_AF42 0x90 macro
H A Dmisc.c1841 { "af42", IPTOS_DSCP_AF42 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y509 | DSCP AF42 { portal_group->pg_dscp = IPTOS_DSCP_AF42 >> 2 ; }
H A Duclparse.c666 portal_group->pg_dscp = IPTOS_DSCP_AF42 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1380 { "af42", IPTOS_DSCP_AF42 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1240 { "af42", IPTOS_DSCP_AF42 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c188 { "af42", IPTOS_DSCP_AF42 >> 2 }, /* 100100 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7119 { "af42", IPTOS_DSCP_AF42 }, in map_tos()