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