Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py168 IN6P_RTHDRDSTOPTS = 0x200000 variable
H A Dnet.py1478 if (pcb.inp_flags & IN6P_RTHDRDSTOPTS):
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h819 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2611 OPTSET(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2746 IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
2953 optval = OPTBIT(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
3066 IN6P_RTHDRDSTOPTS); in ip6_ctloutput()