Searched refs:IN6P_RTHDR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Din_pcb.h586 #define IN6P_RTHDR 0x00100000 /* receive routing header */ macro
602 IN6P_DSTOPTS|IN6P_RTHDR|IN6P_RTHDRDSTOPTS|\
H A Din_pcb.c2555 if (inp_flags & IN6P_RTHDR) {
/freebsd-11.0-release/sys/netinet6/
H A Dip6_output.c1622 OPTSET(IN6P_RTHDR);
1762 OPTSET2292(IN6P_RTHDR);
1942 optval = OPTBIT(IN6P_RTHDR);
2060 optval = OPTBIT(IN6P_RTHDR);
H A Dip6_input.c1344 if ((in6p->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) {
1416 if (!(in6p->inp_flags & IN6P_RTHDR))

Completed in 112 milliseconds