Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.h564 #define IN6P_DSTOPTS 0x00080000 /* receive dst options after rthdr */ macro
581 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
H A Din_pcb.c3076 if (inp_flags & IN6P_DSTOPTS) { in db_print_inpflags()
/freebsd/sys/netinet6/
H A Dip6_output.c1846 OPTSET2292_EXCLUSIVE(IN6P_DSTOPTS); in ip6_ctloutput()
2007 OPTSET2292(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
2164 optval = OPTBIT(IN6P_DSTOPTS); in ip6_ctloutput()
2322 optval = OPTBIT(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
H A Dip6_input.c1422 if ((inp->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) { in ip6_savecontrol()
1462 if (!(inp->inp_flags & IN6P_DSTOPTS)) in ip6_savecontrol()