![]() |
Kea 3.0.0
|
#include <config.h>
#include <eval/token.h>
#include <eval/eval_log.h>
#include <eval/eval_context.h>
#include <util/encode/encode.h>
#include <util/io.h>
#include <asiolink/io_address.h>
#include <dhcp/pkt4.h>
#include <dhcp/pkt6.h>
#include <boost/lexical_cast.hpp>
#include <dhcp/dhcp4.h>
#include <dhcp/dhcp6.h>
#include <dhcp/option_vendor.h>
#include <dhcp/option_vendor_class.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <cstring>
#include <string>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Functions | |
std::string | toHex (std::string value) |
Encode in hexadecimal inline. | |
|
inline |
Encode in hexadecimal inline.
value | the value to encode. |
Definition at line 293 of file encode.h.
Referenced by isc::dhcp::TokenConcat::evaluate(), isc::dhcp::TokenEqual::evaluate(), isc::dhcp::TokenHexString::evaluate(), isc::dhcp::TokenIfElse::evaluate(), isc::dhcp::TokenIpAddress::evaluate(), isc::dhcp::TokenOption::evaluate(), isc::dhcp::TokenPkt4::evaluate(), isc::dhcp::TokenPkt6::evaluate(), isc::dhcp::TokenPkt::evaluate(), isc::dhcp::TokenRelay6Field::evaluate(), isc::dhcp::TokenSplit::evaluate(), isc::dhcp::TokenSubOption::evaluate(), isc::dhcp::TokenSubstring::evaluate(), and isc::dhcp::TokenToHexString::evaluate().