![]() |
Kea 3.1.5
|
RADIUS integer constant definitions. More...
#include <client_dictionary.h>
Public Member Functions | |
| IntCstDef (const uint8_t type, const std::string &name, const uint32_t value, const uint32_t vendor=0) | |
| Constructor. | |
Public Attributes | |
| const std::string | name_ |
| name. | |
| const uint8_t | type_ |
| attribute type. | |
| const uint32_t | value_ |
| value. | |
| const uint32_t | vendor_ |
| vendor id (default 0). | |
RADIUS integer constant definitions.
Include vendor ids with Vendor-Specific attribute.
Definition at line 113 of file client_dictionary.h.
|
inline |
| const std::string isc::radius::IntCstDef::name_ |
| const uint8_t isc::radius::IntCstDef::type_ |
| const uint32_t isc::radius::IntCstDef::value_ |
| const uint32_t isc::radius::IntCstDef::vendor_ |
vendor id (default 0).
Definition at line 137 of file client_dictionary.h.
Referenced by IntCstDef().