Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py167 IN6P_RTHDR = 0x100000 variable
H A Dnet.py1476 if (pcb.inp_flags & IN6P_RTHDR):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h818 #define IN6P_RTHDR 0x00100000 /* receive routing header */ macro
839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
842 (IN6P_HOPOPTS|IN6P_DSTOPTS|IN6P_RTHDR|IN6P_AUTOFLOWLABEL)
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2621 OPTSET(IN6P_RTHDR); in ip6_ctloutput()
2750 OPTSET2292(IN6P_RTHDR); in ip6_ctloutput()
2969 optval = OPTBIT(IN6P_RTHDR); in ip6_ctloutput()
3062 optval = OPTBIT(IN6P_RTHDR); in ip6_ctloutput()
H A Dip6_input.c2038 if ((in6p->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) { in ip6_savecontrol()
2093 if (!(in6p->inp_flags & IN6P_RTHDR)) { in ip6_savecontrol()