Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py172 IN6P_RFC2292 = 0x02000000 variable
H A Dnet.py1486 if (pcb.inp_flags & IN6P_RFC2292):
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2542 in6p->inp_flags |= IN6P_RFC2292; \ in ip6_ctloutput()
2554 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2565 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2578 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2587 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2597 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2607 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2617 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
2767 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
H A Dip6_input.c1877 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol_v4()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h828 #define IN6P_RFC2292 0x02000000 /* used RFC2292 API on the socket */ macro
839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)