DhcpHeader classes declaration. More...
#include "ns3/address.h"#include "ns3/buffer.h"#include "ns3/header.h"#include "ns3/ipv4-address.h"#include <array>Go to the source code of this file.
Classes | |
| class | ns3::DhcpHeader |
| BOOTP header with DHCP messages. More... | |
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
| using | ns3::DhcpChaddr = std::array<uint8_t, 16> |
| This is the Chaddr field, which is 16 bytes long. | |
Functions | |
| std::string | ns3::DhcpChaddrToString (const DhcpChaddr &chaddr) |
| Function to pretty-print a Chaddr. | |
DhcpHeader classes declaration.
Definition in file dhcp-header.h.