Searched refs:IN6P_RFC2292 (Results 1 – 5 of 5) sorted by relevance
172 IN6P_RFC2292 = 0x02000000 variable
1486 if (pcb.inp_flags & IN6P_RFC2292):
2542 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()
1877 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol_v4()
828 #define IN6P_RFC2292 0x02000000 /* used RFC2292 API on the socket */ macro839 IN6P_RTHDR|IN6P_RTHDRDSTOPTS|IN6P_TCLASS|IN6P_RFC2292|IN6P_MTU)