Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_output.c1302 OPTSET2(INP_RECVFLOWID, optval); in ip_ctloutput()
1529 optval = OPTBIT2(INP_RECVFLOWID); in ip_ctloutput()
H A Din_pcb.h742 #define INP_RECVFLOWID 0x00000100 /* populate recv datagram with flow info */ macro
H A Dip_input.c1303 if (inp->inp_flags2 & INP_RECVFLOWID) { in ip_savecontrol()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h742 #define INP_RECVFLOWID 0x00000100 /* populate recv datagram with flow info */ macro
/f-stack/freebsd/netinet6/
H A Dip6_output.c1897 OPTSET2(INP_RECVFLOWID, optval); in ip6_ctloutput()
2278 optval = OPTBIT2(INP_RECVFLOWID); in ip6_ctloutput()
H A Dip6_input.c1506 if (inp->inp_flags2 & INP_RECVFLOWID) { in ip6_savecontrol()