Home
last modified time | relevance | path

Searched refs:INP_RECVRSSBUCKETID (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c1315 OPTSET2(INP_RECVRSSBUCKETID, optval); in ip_ctloutput()
1542 optval = OPTBIT2(INP_RECVRSSBUCKETID); in ip_ctloutput()
H A Din_pcb.h743 #define INP_RECVRSSBUCKETID 0x00000200 /* populate recv datagram with bucket id */ macro
H A Dip_input.c1324 if (inp->inp_flags2 & INP_RECVRSSBUCKETID) { in ip_savecontrol()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h743 #define INP_RECVRSSBUCKETID 0x00000200 /* populate recv datagram with bucket id */ macro
/f-stack/freebsd/netinet6/
H A Dip6_output.c1902 OPTSET2(INP_RECVRSSBUCKETID, optval); in ip6_ctloutput()
2293 optval = OPTBIT2(INP_RECVRSSBUCKETID); in ip6_ctloutput()
H A Dip6_input.c1527 if (inp->inp_flags2 & INP_RECVRSSBUCKETID) { in ip6_savecontrol()