Home
last modified time | relevance | path

Searched refs:IPV6_DSCP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip6.h109 #define IPV6_DSCP(ip6) ((ntohl((ip6)->ip6_flow) >> IPV6_FLOWLABEL_LEN) & 0xfc) macro
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c2116 key = IPV6_DSCP( in ipfw_chk()
2390 x = IPV6_DSCP( in ipfw_chk()
/freebsd/sys/netinet6/
H A Dip6_output.c631 if (IPV6_DSCP(ip6) == 0) in ip6_output()
/freebsd/sys/netpfil/pf/
H A Dpf.c8742 pd->tos = IPV6_DSCP(h); in pf_setup_pdesc()