Home
last modified time | relevance | path

Searched refs:IN6P_TCLASS (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h713 #define IN6P_TCLASS 0x00400000 /* receive traffic class value */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
/f-stack/freebsd/netinet/
H A Din_pcb.h713 #define IN6P_TCLASS 0x00400000 /* receive traffic class value */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
H A Din_pcb.c3214 if (inp_flags & IN6P_TCLASS) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1928 OPTSET2292_EXCLUSIVE(IN6P_TCLASS); in ip6_ctloutput()
2254 optval = OPTBIT(IN6P_TCLASS); in ip6_ctloutput()
H A Dip6_input.c1338 if ((inp->inp_flags & IN6P_TCLASS) != 0) { in ip6_savecontrol_v4()