cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <tx_engine.hpp>
Public Member Functions | |
IpAddrPair () | |
IpAddrPair (Ip4Addr src, Ip4Addr dst) | |
IpAddrPair () | |
IpAddrPair (Ip4Addr ipSa, Ip4Addr ipDa) | |
Public Attributes | |
Ip4Addr | src |
Ip4Addr | dst |
Ip4Addr | ipSa |
Ip4Addr | ipDa |
TXe - Pair of {Src,Dst} IPv4 Addresses
INTERNAL TYPES and CLASSES USED BY TOE
Definition at line 113 of file tx_engine.hpp.
|
inline |
Definition at line 117 of file tx_engine.hpp.
Definition at line 118 of file tx_engine.hpp.
Ip4Addr IpAddrPair::dst |
Definition at line 116 of file tx_engine.hpp.
Ip4Addr IpAddrPair::src |
Definition at line 115 of file tx_engine.hpp.