Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Din_pcb.h726 #define IN6P_RTHDRDSTOPTS 0x00200000 /* receive dstoptions before rthdr */ macro
741 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
Din_pcb.c3087 if (inp_flags & IN6P_RTHDRDSTOPTS) { in db_print_inpflags()
/freebsd-12-stable/sys/netinet6/
Dip6_output.c1729 OPTSET2292_EXCLUSIVE(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
1900 OPTSET2292(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); /* XXX */ in ip6_ctloutput()
2064 optval = OPTBIT(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2221 optval = OPTBIT(IN6P_DSTOPTS|IN6P_RTHDRDSTOPTS); in ip6_ctloutput()