Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h542 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
557 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
H A Din_pcb.c3119 if (inp_flags & IN6P_RTHDRDSTOPTS) { in db_print_inpflags()
/freebsd/sys/netinet6/
H A Dip6_output.c1867 OPTSET2292_EXCLUSIVE(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2024 OPTSET2292(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
2185 optval = OPTBIT(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2339 optval = OPTBIT(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); in ip6_ctloutput()