Home
last modified time | relevance | path

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

/NextBSD/sys/netinet6/
HDip6_output.c1525 in6p->inp_flags |= IN6P_RFC2292; \ in ip6_ctloutput()
1546 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1558 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1572 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1581 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1590 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1599 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1608 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1655 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
1770 if (OPTBIT(IN6P_RFC2292)) { in ip6_ctloutput()
HDip6_input.c1179 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol_v4()
/NextBSD/sys/netinet/
HDin_pcb.h593 #define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */ macro
600 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
HDin_pcb.c2787 if (inp_flags & IN6P_RFC2292) { in db_print_inpflags()