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

#include <nts_types.hpp>

Public Member Functions

 ArpBindPair ()
 
 ArpBindPair (EthAddr newMac, Ip4Addr newIp4)
 

Public Attributes

EthAddr macAddr
 
Ip4Addr ip4Addr
 

Detailed Description

NTS INTERNAL - TAIF / TOE NTS INTERNAL - ARP / CAM

This section defines the interfaces between the Address Resolution Protocol (ARP) server and the IP Tx HAndler (IPTX).

Definition at line 332 of file nts_types.hpp.

Constructor & Destructor Documentation

◆ ArpBindPair() [1/2]

ArpBindPair::ArpBindPair ( )
inline

Definition at line 336 of file nts_types.hpp.

336 {}

◆ ArpBindPair() [2/2]

ArpBindPair::ArpBindPair ( EthAddr  newMac,
Ip4Addr  newIp4 
)
inline

Definition at line 337 of file nts_types.hpp.

337  :
338  macAddr(newMac), ip4Addr(newIp4) {}
Ip4Addr ip4Addr
Definition: nts_types.hpp:335
EthAddr macAddr
Definition: nts_types.hpp:334

Member Data Documentation

◆ ip4Addr

Ip4Addr ArpBindPair::ip4Addr

Definition at line 335 of file nts_types.hpp.

◆ macAddr

EthAddr ArpBindPair::macAddr

Definition at line 334 of file nts_types.hpp.


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