|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <rx_engine.hpp>
Public Member Functions | |
| RXeFsmMeta () | |
| RXeFsmMeta (SessionId sessId, Ip4SrcAddr ipSA, TcpSrcPort tcpSP, TcpDstPort tcpDP, RXeMeta rxeMeta) | |
Public Attributes | |
| SessionId | sessionId |
| Ip4SrcAddr | ip4SrcAddr |
| TcpSrcPort | tcpSrcPort |
| TcpDstPort | tcpDstPort |
| RXeMeta | meta |
RXe - FsmMetaData Interface
Definition at line 88 of file rx_engine.hpp.
|
inline |
Definition at line 95 of file rx_engine.hpp.
|
inline |
Definition at line 96 of file rx_engine.hpp.
| Ip4SrcAddr RXeFsmMeta::ip4SrcAddr |
Definition at line 91 of file rx_engine.hpp.
| RXeMeta RXeFsmMeta::meta |
Definition at line 94 of file rx_engine.hpp.
| SessionId RXeFsmMeta::sessionId |
Definition at line 90 of file rx_engine.hpp.
| TcpDstPort RXeFsmMeta::tcpDstPort |
Definition at line 93 of file rx_engine.hpp.
| TcpSrcPort RXeFsmMeta::tcpSrcPort |
Definition at line 92 of file rx_engine.hpp.