Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py169 IN6P_TCLASS = 0x400000 variable
H A Dnet.py1480 if (pcb.inp_flags & IN6P_TCLASS):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h820 #define IN6P_TCLASS 0x00400000 /* receive traffic class value */ macro
821 #define INP_RECVTOS IN6P_TCLASS /* receive incoming IP TOS */
839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_input.c1884 if ((inp->inp_flags & IN6P_TCLASS) != 0) { in ip6_savecontrol_v4()
1984 if ((in6p->inp_flags & IN6P_TCLASS) != 0) { in ip6_savecontrol()
H A Dip6_output.c2659 OPTSET(IN6P_TCLASS); in ip6_ctloutput()
2993 optval = OPTBIT(IN6P_TCLASS); in ip6_ctloutput()