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

#include <arp.hpp>

Public Member Functions

 RtlMacUpdateRequest ()
 
 RtlMacUpdateRequest (Ip4Addr key, EthAddr value, ArpLkpOp opcode)
 

Public Attributes

EthAddr value
 
Ip4Addr key
 
ArpLkpOp opcode
 

Detailed Description

CAM / MAC Update Request

Definition at line 92 of file arp.hpp.

Constructor & Destructor Documentation

◆ RtlMacUpdateRequest() [1/2]

RtlMacUpdateRequest::RtlMacUpdateRequest ( )
inline

Definition at line 98 of file arp.hpp.

98 {}

◆ RtlMacUpdateRequest() [2/2]

RtlMacUpdateRequest::RtlMacUpdateRequest ( Ip4Addr  key,
EthAddr  value,
ArpLkpOp  opcode 
)
inline

Definition at line 99 of file arp.hpp.

99  :
100  key(key), value(value), opcode(opcode) {}
ArpLkpOp opcode
Definition: arp.hpp:96
EthAddr value
Definition: arp.hpp:94
Ip4Addr key
Definition: arp.hpp:95

Member Data Documentation

◆ key

Ip4Addr RtlMacUpdateRequest::key

Definition at line 95 of file arp.hpp.

◆ opcode

ArpLkpOp RtlMacUpdateRequest::opcode

Definition at line 96 of file arp.hpp.

◆ value

EthAddr RtlMacUpdateRequest::value

Definition at line 94 of file arp.hpp.


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