#include <dhcp_handler_base.h>
Definition at line 70 of file dhcp_handler_base.h.
◆ ~DhcpOptionHandler()
virtual DhcpHandlerBase::DhcpOptionHandler::~DhcpOptionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ AddLen()
virtual void DhcpHandlerBase::DhcpOptionHandler::AddLen |
( |
uint16_t |
len | ) |
|
|
pure virtual |
◆ AppendData()
virtual void DhcpHandlerBase::DhcpOptionHandler::AppendData |
( |
uint16_t |
l, |
|
|
const void * |
d, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
pure virtual |
◆ GetCode()
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetCode |
( |
| ) |
const |
|
pure virtual |
◆ GetData()
virtual uint8_t* DhcpHandlerBase::DhcpOptionHandler::GetData |
( |
| ) |
|
|
pure virtual |
◆ GetFixedLen()
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetFixedLen |
( |
| ) |
const |
|
pure virtual |
◆ GetLen()
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetLen |
( |
| ) |
const |
|
pure virtual |
◆ SetCode()
virtual void DhcpHandlerBase::DhcpOptionHandler::SetCode |
( |
uint16_t |
len | ) |
|
|
pure virtual |
◆ SetDhcpOptionPtr()
virtual void DhcpHandlerBase::DhcpOptionHandler::SetDhcpOptionPtr |
( |
uint8_t * |
hdr | ) |
|
|
pure virtual |
◆ SetLen()
virtual void DhcpHandlerBase::DhcpOptionHandler::SetLen |
( |
uint16_t |
len | ) |
|
|
pure virtual |
◆ SetNextOptionPtr()
virtual void DhcpHandlerBase::DhcpOptionHandler::SetNextOptionPtr |
( |
uint16_t |
optlen | ) |
|
|
pure virtual |
◆ WriteData()
virtual void DhcpHandlerBase::DhcpOptionHandler::WriteData |
( |
uint8_t |
c, |
|
|
uint8_t |
l, |
|
|
const void * |
d, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file: