Kea 3.1.8
radius_status.h File Reference
#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>
Include dependency graph for radius_status.h:
This graph shows which files directly or indirectly include this file:

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< RadiusAcctStatusisc::radius::RadiusAcctStatusPtr
 Pointer to accounting status.
typedef boost::shared_ptr< RadiusAuthStatusisc::radius::RadiusAuthStatusPtr
 Pointer to access status.
typedef boost::shared_ptr< RadiusTlsStatusisc::radius::RadiusTlsStatusPtr
 Pointer to access status.