The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Enumerations | Variables
mod_action.h File Reference

Unlang module actions. More...

#include <freeradius-devel/server/rcode.h>
#include <freeradius-devel/util/retry.h>
+ Include dependency graph for mod_action.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  unlang_mod_actions_t
 

Enumerations

enum  unlang_mod_action_t {
  MOD_ACTION_RETURN = -1 ,
  MOD_ACTION_REJECT = -2 ,
  MOD_ACTION_RETRY = -3 ,
  MOD_PRIORITY_MIN = 0 ,
  MOD_PRIORITY_1 = 1 ,
  MOD_PRIORITY_2 = 2 ,
  MOD_PRIORITY_3 = 3 ,
  MOD_PRIORITY_4 = 4 ,
  MOD_PRIORITY_MAX = 64
}
 

Variables

unlang_mod_actions_t const mod_actions_accounting
 
unlang_mod_actions_t const mod_actions_authenticate
 
unlang_mod_actions_t const mod_actions_authorize
 
unlang_mod_actions_t const mod_actions_postauth
 
unlang_mod_actions_t const mod_actions_preacct
 

Detailed Description

Unlang module actions.

Id
ac78e6c39cd230790bbb722b8b7505a81512c67c

Definition in file mod_action.h.


Data Structure Documentation

◆ unlang_mod_actions_t

struct unlang_mod_actions_t

Definition at line 61 of file mod_action.h.

+ Collaboration diagram for unlang_mod_actions_t:
Data Fields
unlang_mod_action_t actions[RLM_MODULE_NUMCODES]
fr_retry_config_t retry

Enumeration Type Documentation

◆ unlang_mod_action_t

Enumerator
MOD_ACTION_RETURN 
MOD_ACTION_REJECT 
MOD_ACTION_RETRY 
MOD_PRIORITY_MIN 
MOD_PRIORITY_1 
MOD_PRIORITY_2 
MOD_PRIORITY_3 
MOD_PRIORITY_4 
MOD_PRIORITY_MAX 

Definition at line 39 of file mod_action.h.

Variable Documentation

◆ mod_actions_accounting

unlang_mod_actions_t const mod_actions_accounting
extern

Definition at line 74 of file mod_action.c.

◆ mod_actions_authenticate

unlang_mod_actions_t const mod_actions_authenticate
extern

Definition at line 29 of file mod_action.c.

◆ mod_actions_authorize

unlang_mod_actions_t const mod_actions_authorize
extern

Definition at line 44 of file mod_action.c.

◆ mod_actions_postauth

unlang_mod_actions_t const mod_actions_postauth
extern

Definition at line 88 of file mod_action.c.

◆ mod_actions_preacct

unlang_mod_actions_t const mod_actions_preacct
extern

Definition at line 59 of file mod_action.c.