#include <dhcp_handler_base.h>
Definition at line 70 of file dhcp_handler_base.h.
virtual DhcpHandlerBase::DhcpOptionHandler::~DhcpOptionHandler |
( |
| ) |
|
|
inlinevirtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::AddLen |
( |
uint16_t |
len | ) |
|
|
pure virtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::AppendData |
( |
uint16_t |
l, |
|
|
const void * |
d, |
|
|
uint16_t * |
optlen |
|
) |
| |
|
pure virtual |
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetCode |
( |
| ) |
const |
|
pure virtual |
virtual uint8_t* DhcpHandlerBase::DhcpOptionHandler::GetData |
( |
| ) |
|
|
pure virtual |
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetFixedLen |
( |
| ) |
const |
|
pure virtual |
virtual uint16_t DhcpHandlerBase::DhcpOptionHandler::GetLen |
( |
| ) |
const |
|
pure virtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::SetCode |
( |
uint16_t |
len | ) |
|
|
pure virtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::SetDhcpOptionPtr |
( |
uint8_t * |
hdr | ) |
|
|
pure virtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::SetLen |
( |
uint16_t |
len | ) |
|
|
pure virtual |
virtual void DhcpHandlerBase::DhcpOptionHandler::SetNextOptionPtr |
( |
uint16_t |
optlen | ) |
|
|
pure virtual |
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: