cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
IpAddrPair Class Reference

#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
 

Detailed Description

TXe - Pair of {Src,Dst} IPv4 Addresses

INTERNAL TYPES and CLASSES USED BY TOE

Definition at line 113 of file tx_engine.hpp.

Constructor & Destructor Documentation

◆ IpAddrPair() [1/4]

IpAddrPair::IpAddrPair ( )
inline

Definition at line 117 of file tx_engine.hpp.

117 {}

◆ IpAddrPair() [2/4]

IpAddrPair::IpAddrPair ( Ip4Addr  src,
Ip4Addr  dst 
)
inline

Definition at line 118 of file tx_engine.hpp.

118  :
119  src(src), dst(dst) {}
Ip4Addr src
Definition: tx_engine.hpp:115
Ip4Addr dst
Definition: tx_engine.hpp:116

◆ IpAddrPair() [3/4]

IpAddrPair::IpAddrPair ( )
inline

Definition at line 99 of file uoe.hpp.

99 {}

◆ IpAddrPair() [4/4]

IpAddrPair::IpAddrPair ( Ip4Addr  ipSa,
Ip4Addr  ipDa 
)
inline

Definition at line 100 of file uoe.hpp.

100  :
101  ipSa(ipSa), ipDa(ipDa) {}
Ip4Addr ipDa
Definition: uoe.hpp:98
Ip4Addr ipSa
Definition: uoe.hpp:97

Member Data Documentation

◆ dst

Ip4Addr IpAddrPair::dst

Definition at line 116 of file tx_engine.hpp.

◆ ipDa

Ip4Addr IpAddrPair::ipDa

Definition at line 98 of file uoe.hpp.

◆ ipSa

Ip4Addr IpAddrPair::ipSa

Definition at line 97 of file uoe.hpp.

◆ src

Ip4Addr IpAddrPair::src

Definition at line 115 of file tx_engine.hpp.


The documentation for this class was generated from the following files: