Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h721 #define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
/f-stack/freebsd/netinet/
H A Din_pcb.h721 #define IN6P_RFC2292 0x40000000 /* used RFC2292 API on the socket */ macro
728 IN6P_TCLASS|IN6P_AUTOFLOWLABEL|IN6P_RFC2292|\
H A Din_pcb.c3238 if (inp_flags & IN6P_RFC2292) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1803 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()
H A Dip6_input.c1283 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol_v4()