cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
#include <dhcp_client.hpp>
Public Attributes | |
ap_uint< 32 > | identifier |
ap_uint< 32 > | assignedIpAddress |
ap_uint< 32 > | serverAddress |
ap_uint< 8 > | type |
DHCP Meta-Request and Meta-Reply Formats.
Definition at line 62 of file dhcp_client.hpp.
ap_uint<32> DhcpMetaRep::assignedIpAddress |
Definition at line 64 of file dhcp_client.hpp.
ap_uint<32> DhcpMetaRep::identifier |
Definition at line 63 of file dhcp_client.hpp.
ap_uint<32> DhcpMetaRep::serverAddress |
Definition at line 65 of file dhcp_client.hpp.
ap_uint<8> DhcpMetaRep::type |
Definition at line 66 of file dhcp_client.hpp.