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

#include <arp.hpp>

Public Member Functions

 RtlMacLookupRequest ()
 
 RtlMacLookupRequest (Ip4Addr searchKey)
 

Public Attributes

Ip4Addr key
 

Detailed Description

CAM / MAC LookupR Request

Definition at line 121 of file arp.hpp.

Constructor & Destructor Documentation

◆ RtlMacLookupRequest() [1/2]

RtlMacLookupRequest::RtlMacLookupRequest ( )
inline

Definition at line 124 of file arp.hpp.

124 {}

◆ RtlMacLookupRequest() [2/2]

RtlMacLookupRequest::RtlMacLookupRequest ( Ip4Addr  searchKey)
inline

Definition at line 125 of file arp.hpp.

125  :
126  key(searchKey) {}

Member Data Documentation

◆ key

Ip4Addr RtlMacLookupRequest::key

Definition at line 123 of file arp.hpp.


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