Searched refs:IN6P_RFC2292 (Results 1 – 5 of 5) sorted by relevance
721 #define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */ macro728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
3238 if (inp_flags & IN6P_RFC2292) { in db_print_inpflags()
1803 inp->inp_flags |= IN6P_RFC2292; \ in ip6_ctloutput()1827 if (OPTBIT(IN6P_RFC2292)) { \ in ip6_ctloutput()1847 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()2073 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1283 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol_v4()