The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Load master protocol handler. More...
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/io/master.h>
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | proto_load_t |
Load master protocol handler.
Definition in file proto_load.h.
struct proto_load_t |
Definition at line 35 of file proto_load.h.
Data Fields | ||
---|---|---|
fr_dict_attr_t const * | attr_packet_type | |
uint32_t | code | packet code to use for incoming packets |
CONF_SECTION * | cs | my configuration |
fr_dict_t const * | dict | root dictionary |
fr_io_instance_t | io | wrapper for IO abstraction |
uint32_t | max_packet_size | for message ring buffer |
uint32_t | num_messages | for message ring buffer |
uint32_t | priority | for packet processing, larger == higher |
fr_app_t * | self | child / parent linking issues |
CONF_SECTION * | server_cs | server CS for this listener |
char const * | type | packet type name |