![]() |
Kea 3.1.8
|
#include <client_exchange.h>#include <radius.h>#include <dhcp/iface_mgr.h>#include <dhcpsrv/subnet_id.h>#include <dhcpsrv/timer_mgr.h>#include <functional>#include <sstream>Go to the source code of this file.
Classes | |
| class | isc::radius::RadiusAcctStatus |
| Class for communication with accounting servers. More... | |
| class | isc::radius::RadiusAuthStatus |
| Class for communication with access servers. More... | |
| class | isc::radius::RadiusStatus |
| Base class for communication with servers. More... | |
| class | isc::radius::RadiusTlsStatus |
| Class for communication with TLS servers. More... | |
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::radius |
Typedefs | |
| typedef std::function< void(int)> | isc::radius::CallbackStatus |
| Type of callback for status termination. | |
| typedef boost::shared_ptr< RadiusAcctStatus > | isc::radius::RadiusAcctStatusPtr |
| Pointer to accounting status. | |
| typedef boost::shared_ptr< RadiusAuthStatus > | isc::radius::RadiusAuthStatusPtr |
| Pointer to access status. | |
| typedef boost::shared_ptr< RadiusTlsStatus > | isc::radius::RadiusTlsStatusPtr |
| Pointer to access status. | |