Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dip.h107 #define IPTOS_DSCP_AF13 0x38 macro
/freebsd-14.2/usr.bin/iscsictl/
H A Dparse.y339 | DSCP EQUALS AF13 { target->t_dscp = IPTOS_DSCP_AF13 >> 2 ; }
/freebsd-14.2/crypto/openssh/
H A Ddefines.h76 # define IPTOS_DSCP_AF13 0x38 macro
H A Dmisc.c1833 { "af13", IPTOS_DSCP_AF13 },
/freebsd-14.2/usr.sbin/ctld/
H A Dparse.y501 | DSCP AF13 { portal_group->pg_dscp = IPTOS_DSCP_AF13 >> 2 ; }
H A Duclparse.c650 portal_group->pg_dscp = IPTOS_DSCP_AF13 >> 2; in uclparse_portal_group()
/freebsd-14.2/contrib/netcat/
H A Dnetcat.c1372 { "af13", IPTOS_DSCP_AF13 }, in map_tos()
/freebsd-14.2/crypto/openssh/regress/
H A Dnetcat.c1232 { "af13", IPTOS_DSCP_AF13 }, in map_tos()
/freebsd-14.2/sbin/ipfw/
H A Dipfw2.c180 { "af13", IPTOS_DSCP_AF13 >> 2 }, /* 001110 */
/freebsd-14.2/sbin/pfctl/
H A Dparse.y7111 { "af13", IPTOS_DSCP_AF13 }, in map_tos()