Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py165 IN6P_HOPOPTS = 0x040000 variable
H A Dnet.py1472 if (pcb.inp_flags & IN6P_HOPOPTS):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h816 #define IN6P_HOPOPTS 0x00040000 /* receive hop-by-hop options */ macro
838 INP_PKTINFO|IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|IN6P_DSTOPTS| \
842 (IN6P_HOPOPTS|IN6P_DSTOPTS|IN6P_RTHDR|IN6P_AUTOFLOWLABEL)
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2591 OPTSET(IN6P_HOPOPTS); in ip6_ctloutput()
2738 OPTSET2292(IN6P_HOPOPTS); in ip6_ctloutput()
2945 optval = OPTBIT(IN6P_HOPOPTS); in ip6_ctloutput()
3059 optval = OPTBIT(IN6P_HOPOPTS); in ip6_ctloutput()
H A Dip6_input.c2006 if ((in6p->inp_flags & IN6P_HOPOPTS) != 0) { in ip6_savecontrol()