cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <nts_types.hpp>
Public Member Functions | |
ArpBindPair () | |
ArpBindPair (EthAddr newMac, Ip4Addr newIp4) | |
Public Attributes | |
EthAddr | macAddr |
Ip4Addr | ip4Addr |
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.
|
inline |
Definition at line 336 of file nts_types.hpp.
Definition at line 337 of file nts_types.hpp.
Ip4Addr ArpBindPair::ip4Addr |
Definition at line 335 of file nts_types.hpp.
EthAddr ArpBindPair::macAddr |
Definition at line 334 of file nts_types.hpp.