A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
dhcp-header.h File Reference

DhcpHeader classes declaration. More...

#include "ns3/address.h"
#include "ns3/buffer.h"
#include "ns3/header.h"
#include "ns3/ipv4-address.h"
#include <array>
Include dependency graph for dhcp-header.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

DhcpHeader classes declaration.

Definition in file dhcp-header.h.