Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h111 #define IPTOS_DSCP_AF23 0x58 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y342 | DSCP EQUALS AF23 { target->t_dscp = IPTOS_DSCP_AF23 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h79 # define IPTOS_DSCP_AF23 0x58 macro
H A Dmisc.c1836 { "af23", IPTOS_DSCP_AF23 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y504 | DSCP AF23 { portal_group->pg_dscp = IPTOS_DSCP_AF23 >> 2 ; }
H A Duclparse.c656 portal_group->pg_dscp = IPTOS_DSCP_AF23 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1375 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1235 { "af23", IPTOS_DSCP_AF23 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c183 { "af23", IPTOS_DSCP_AF23 >> 2 }, /* 010110 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7114 { "af23", IPTOS_DSCP_AF23 }, in map_tos()