Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Din_pcb.h723 #define IN6P_HOPOPTS 0x00040000 /* receive hop-by-hop options */ macro
740 IN6P_PKTINFO|IN6P_HOPLIMIT|IN6P_HOPOPTS|\
Din_pcb.c3075 if (inp_flags & IN6P_HOPOPTS) { in db_print_inpflags()
/freebsd-12-stable/sys/netinet6/
Dip6_output.c1721 OPTSET2292_EXCLUSIVE(IN6P_HOPOPTS); in ip6_ctloutput()
1891 OPTSET2292(IN6P_HOPOPTS); in ip6_ctloutput()
2056 optval = OPTBIT(IN6P_HOPOPTS); in ip6_ctloutput()
2215 optval = OPTBIT(IN6P_HOPOPTS); in ip6_ctloutput()
Dip6_input.c1394 if ((inp->inp_flags & IN6P_HOPOPTS) != 0) { in ip6_savecontrol()