The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <freeradius-devel/io/master.h>
#include <freeradius-devel/radius/radius.h>
Go to the source code of this file.
Data Structures | |
struct | proto_radius_t |
An instance of a proto_radius listen section. More... | |
struct proto_radius_t |
An instance of a proto_radius listen section.
Definition at line 32 of file proto_radius.h.
Data Fields | ||
---|---|---|
bool | allowed[FR_RADIUS_CODE_MAX] | |
char const ** | allowed_types | names for for 'type = ...' |
fr_io_instance_t | io | wrapper for IO abstraction |
fr_radius_limit_proxy_state_t | limit_proxy_state | Limit Proxy-State to packets containing Message-Authenticator. |
uint32_t | max_packet_size | for message ring buffer. |
uint32_t | num_messages | for message ring buffer. |
uint32_t | priorities[FR_RADIUS_CODE_MAX] | priorities for individual packets |
fr_radius_require_ma_t | require_message_authenticator | Require Message-Authenticator in all requests. |
bool | tunnel_password_zeros | check for trailing zeroes in Tunnel-Password. |