Kea
1.9.9-git
|
This is the complete list of members for isc::dhcp::OptionDataTypeUtil, including all inherited members.
getDataType(const std::string &data_type) | isc::dhcp::OptionDataTypeUtil | static |
getDataTypeLen(const OptionDataType data_type) | isc::dhcp::OptionDataTypeUtil | static |
getDataTypeName(const OptionDataType data_type) | isc::dhcp::OptionDataTypeUtil | static |
getLabelCount(const std::string &text_name) | isc::dhcp::OptionDataTypeUtil | static |
readAddress(const std::vector< uint8_t > &buf, const short family) | isc::dhcp::OptionDataTypeUtil | static |
readBool(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
readFqdn(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
readInt(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | inlinestatic |
readPrefix(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
readPsid(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
readString(const std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
readTuple(const std::vector< uint8_t > &buf, OpaqueDataTuple::LengthFieldType lengthfieldtype) | isc::dhcp::OptionDataTypeUtil | static |
readTuple(const std::vector< uint8_t > &buf, OpaqueDataTuple &tuple) | isc::dhcp::OptionDataTypeUtil | static |
writeAddress(const asiolink::IOAddress &address, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeBinary(const std::string &hex_str, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeBool(const bool value, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeFqdn(const std::string &fqdn, std::vector< uint8_t > &buf, const bool downcase=false) | isc::dhcp::OptionDataTypeUtil | static |
writeInt(const T value, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | inlinestatic |
writePrefix(const PrefixLen &prefix_len, const asiolink::IOAddress &prefix, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writePsid(const PSIDLen &psid_len, const PSID &psid, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeString(const std::string &value, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeTuple(const std::string &value, OpaqueDataTuple::LengthFieldType lengthfieldtype, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |
writeTuple(const OpaqueDataTuple &tuple, std::vector< uint8_t > &buf) | isc::dhcp::OptionDataTypeUtil | static |