#include <dhcp_handler.h>
Definition at line 279 of file dhcp_handler.h.
◆ Dhcpv4OptionHandler()
DhcpHandler::Dhcpv4OptionHandler::Dhcpv4OptionHandler |
( |
uint8_t * |
ptr | ) |
|
|
inlineexplicit |
◆ AddLen()
void DhcpHandler::Dhcpv4OptionHandler::AddLen |
( |
uint16_t |
l | ) |
|
|
inlinevirtual |
◆ AppendData()
void DhcpHandler::Dhcpv4OptionHandler::AppendData |
( |
uint16_t |
l, |
|
|
const void * |
d, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
inlinevirtual |
◆ GetCode()
uint16_t DhcpHandler::Dhcpv4OptionHandler::GetCode |
( |
| ) |
const |
|
inlinevirtual |
◆ GetData()
uint8_t* DhcpHandler::Dhcpv4OptionHandler::GetData |
( |
| ) |
|
|
inlinevirtual |
◆ GetFixedLen()
uint16_t DhcpHandler::Dhcpv4OptionHandler::GetFixedLen |
( |
| ) |
const |
|
inlinevirtual |
◆ GetLen()
uint16_t DhcpHandler::Dhcpv4OptionHandler::GetLen |
( |
| ) |
const |
|
inlinevirtual |
◆ SetCode()
void DhcpHandler::Dhcpv4OptionHandler::SetCode |
( |
uint16_t |
c | ) |
|
|
inlinevirtual |
◆ SetDhcpOptionPtr()
void DhcpHandler::Dhcpv4OptionHandler::SetDhcpOptionPtr |
( |
uint8_t * |
ptr | ) |
|
|
inlinevirtual |
◆ SetLen()
void DhcpHandler::Dhcpv4OptionHandler::SetLen |
( |
uint16_t |
l | ) |
|
|
inlinevirtual |
◆ SetNextOptionPtr()
void DhcpHandler::Dhcpv4OptionHandler::SetNextOptionPtr |
( |
uint16_t |
optlen | ) |
|
|
inlinevirtual |
◆ WriteByte()
void DhcpHandler::Dhcpv4OptionHandler::WriteByte |
( |
uint8_t |
c, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
inline |
◆ WriteData()
void DhcpHandler::Dhcpv4OptionHandler::WriteData |
( |
uint8_t |
c, |
|
|
uint8_t |
l, |
|
|
const void * |
d, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
inlinevirtual |
◆ dhcp_option_ptr
uint8_t* DhcpHandler::Dhcpv4OptionHandler::dhcp_option_ptr |
◆ kDhcpOptionFixedLen
const uint16_t DhcpHandler::Dhcpv4OptionHandler::kDhcpOptionFixedLen = 2 |
|
static |
◆ option
The documentation for this struct was generated from the following file: