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

#include <arp.hpp>

Public Member Functions

 ArpMeta ()
 

Public Attributes

EthAddr remoteMacAddr
 
EtherType etherType
 
ArpHwType arpHwType
 
ArpProtType arpProtType
 
ArpHwLen arpHwLen
 
ArpProtLen arpProtLen
 
ArpSendHwAddr arpSendHwAddr
 
ArpSendProtAddr arpSendProtAddr
 

Detailed Description

ARP Metadata Structure extracted from incoming ARP packet. Solely used inside [ARP].

Definition at line 69 of file arp.hpp.

Constructor & Destructor Documentation

◆ ArpMeta()

ArpMeta::ArpMeta ( )
inline

Definition at line 80 of file arp.hpp.

80 {}

Member Data Documentation

◆ arpHwLen

ArpHwLen ArpMeta::arpHwLen

Definition at line 76 of file arp.hpp.

◆ arpHwType

ArpHwType ArpMeta::arpHwType

Definition at line 74 of file arp.hpp.

◆ arpProtLen

ArpProtLen ArpMeta::arpProtLen

Definition at line 77 of file arp.hpp.

◆ arpProtType

ArpProtType ArpMeta::arpProtType

Definition at line 75 of file arp.hpp.

◆ arpSendHwAddr

ArpSendHwAddr ArpMeta::arpSendHwAddr

Definition at line 78 of file arp.hpp.

◆ arpSendProtAddr

ArpSendProtAddr ArpMeta::arpSendProtAddr

Definition at line 79 of file arp.hpp.

◆ etherType

EtherType ArpMeta::etherType

Definition at line 73 of file arp.hpp.

◆ remoteMacAddr

EthAddr ArpMeta::remoteMacAddr

Definition at line 72 of file arp.hpp.


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