VMPS processing.
More...
#include <freeradius-devel/io/application.h>
#include <freeradius-devel/server/protocol.h>
#include <freeradius-devel/util/dict.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/vmps/vmps.h>
#include <freeradius-devel/protocol/vmps/vmps.h>
#include <freeradius-devel/server/process.h>
Go to the source code of this file.
VMPS processing.
- Id
- 8947eee3063fef9c9ba85f85d68087aba05e02b5
- Copyright
- 2018 The Freeradius server project.
-
2018 Alan DeKok (aland.nosp@m.@dep.nosp@m.loyin.nosp@m.grad.nosp@m.ius.c.nosp@m.om)
Definition in file base.c.
◆ process_vmps_sections_t
struct process_vmps_sections_t |
◆ process_vmps_t
◆ PROCESS_CODE_DO_NOT_RESPOND
◆ PROCESS_CODE_MAX
◆ PROCESS_INST
◆ PROCESS_PACKET_CODE_VALID
◆ PROCESS_PACKET_TYPE
◆ mod_process()
◆ vmps_packet_debug()
◆ attr_packet_type
◆ compile_list
Initial value:= {
{
.offset = PROCESS_CONF_OFFSET(join_request),
},
{
.offset = PROCESS_CONF_OFFSET(join_response),
},
{
.offset = PROCESS_CONF_OFFSET(reconfirm_request),
},
{
.offset = PROCESS_CONF_OFFSET(reconfirm_response),
},
{
.offset = PROCESS_CONF_OFFSET(do_not_respond),
},
}
unlang_mod_actions_t const mod_actions_authorize
unlang_mod_actions_t const mod_actions_postauth
#define SECTION_NAME(_name1, _name2)
Define a section name consisting of a verb and a noun.
#define COMPILE_TERMINATOR
Definition at line 229 of file base.c.
◆ dict_vmps
◆ process_state
fr_process_state_t const process_state[] |
|
static |
◆ process_vmps
Initial value:= {
.common = {
.name = "vmps",
},
}
#define MODULE_MAGIC_INIT
Stop people using different module/library/server versions together.
static unlang_action_t mod_process(rlm_rcode_t *p_result, module_ctx_t const *mctx, request_t *request)
static const virtual_server_compile_t compile_list[]
static fr_dict_t const * dict_vmps
Definition at line 261 of file base.c.
◆ process_vmps_dict
Initial value:
Definition at line 36 of file base.c.
◆ process_vmps_dict_attr
Initial value:= {
{ NULL }
}
fr_dict_attr_t const * attr_packet_type
@ FR_TYPE_UINT32
32 Bit unsigned integer.
Definition at line 44 of file base.c.