Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Din_pcb.h520 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
535 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
Din_pcb.c2353 if (inp_flags & IN6P_RTHDRDSTOPTS) { in db_print_inpflags()
/freebsd-9-stable/sys/netinet6/
Dip6_output.c1680 OPTSET(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
1805 OPTSET2292(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
1965 optval = OPTBIT(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2079 optval = OPTBIT(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); in ip6_ctloutput()