Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h707 #define IN6P_PKTINFO 0x00010000 /* receive IP6 dst and I/F */ macro
726 IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\
/f-stack/freebsd/netinet/
H A Din_pcb.h707 #define IN6P_PKTINFO 0x00010000 /* receive IP6 dst and I/F */ macro
726 IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\
H A Din_pcb.c3190 if (inp_flags & IN6P_PKTINFO) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1839 OPTSET2292_EXCLUSIVE(IN6P_PKTINFO); in ip6_ctloutput()
2027 OPTSET2292(IN6P_PKTINFO); in ip6_ctloutput()
2222 optval = OPTBIT(IN6P_PKTINFO); in ip6_ctloutput()
2359 optval = OPTBIT(IN6P_PKTINFO); in ip6_ctloutput()
H A Dip6_input.c1285 if ((inp->inp_flags & IN6P_PKTINFO) != 0) { in ip6_savecontrol_v4()