Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h106 #define IPTOS_DSCP_AF12 0x30 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y338 | DSCP EQUALS AF12 { target->t_dscp = IPTOS_DSCP_AF12 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h75 # define IPTOS_DSCP_AF12 0x30 macro
H A Dmisc.c1832 { "af12", IPTOS_DSCP_AF12 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y500 | DSCP AF12 { portal_group->pg_dscp = IPTOS_DSCP_AF12 >> 2 ; }
H A Duclparse.c648 portal_group->pg_dscp = IPTOS_DSCP_AF12 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1371 { "af12", IPTOS_DSCP_AF12 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1231 { "af12", IPTOS_DSCP_AF12 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c179 { "af12", IPTOS_DSCP_AF12 >> 2 }, /* 001100 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7110 { "af12", IPTOS_DSCP_AF12 }, in map_tos()