![]() |
Kea 3.1.1
|
#include <client_attribute.h>
#include <exceptions/exceptions.h>
#include <asiolink/io_address.h>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::radius::Message |
RADIUS Message. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::radius |
Typedefs | |
typedef boost::shared_ptr< Message > | isc::radius::MessagePtr |
Shared pointers to message. | |
Enumerations | |
enum | isc::radius::MsgCode : uint8_t { isc::radius::PW_ACCESS_REQUEST = 1 , isc::radius::PW_ACCESS_ACCEPT = 2 , isc::radius::PW_ACCESS_REJECT = 3 , isc::radius::PW_ACCOUNTING_REQUEST = 4 , isc::radius::PW_ACCOUNTING_RESPONSE = 5 , isc::radius::PW_ACCOUNTING_STATUS = 6 , isc::radius::PW_PASSWORD_REQUEST = 7 , isc::radius::PW_PASSWORD_ACK = 8 , isc::radius::PW_PASSWORD_REJECT = 9 , isc::radius::PW_ACCOUNTING_MESSAGE = 10 , isc::radius::PW_ACCESS_CHALLENGE = 11 , isc::radius::PW_STATUS_SERVER = 12 , isc::radius::PW_STATUS_CLIENT = 13 } |
Standard RADIUS message code. More... | |
Functions | |
string | isc::radius::msgCodeToText (const uint8_t code) |
MsgCode value -> name function. | |