Home
last modified time | relevance | path

Searched refs:IN6P_RTHDR (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h711 #define IN6P_RTHDR 0x00100000 /* receive routing header */ macro
727 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
/f-stack/freebsd/netinet/
H A Din_pcb.h711 #define IN6P_RTHDR 0x00100000 /* receive routing header */ macro
727 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
H A Din_pcb.c3206 if (inp_flags & IN6P_RTHDR) { in db_print_inpflags()
/f-stack/freebsd/netinet6/
H A Dip6_output.c1882 OPTSET2292_EXCLUSIVE(IN6P_RTHDR); in ip6_ctloutput()
2055 OPTSET2292(IN6P_RTHDR); in ip6_ctloutput()
2230 optval = OPTBIT(IN6P_RTHDR); in ip6_ctloutput()
2368 optval = OPTBIT(IN6P_RTHDR); in ip6_ctloutput()
H A Dip6_input.c1423 if ((inp->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) { in ip6_savecontrol()
1474 if (!(inp->inp_flags & IN6P_RTHDR)) in ip6_savecontrol()