Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h712 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
727 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
/f-stack/freebsd/netinet/
H A Din_pcb.h712 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
727 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
H A Din_pcb.c3210 if (inp_flags & IN6P_RTHDRDSTOPTS) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1878 OPTSET2292_EXCLUSIVE(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2052 OPTSET2292(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
2214 optval = OPTBIT(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2371 optval = OPTBIT(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); in ip6_ctloutput()