![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Unlang module actions. More...
#include <freeradius-devel/server/rcode.h>
#include <freeradius-devel/util/retry.h>
Go to the source code of this file.
Data Structures | |
struct | unlang_mod_actions_t |
Macros | |
#define | DEFAULT_MOD_ACTIONS { .actions = {}, .retry = RETRY_INIT } |
#define | MOD_PRIORITY(_x) (_x) |
#define | MOD_PRIORITY_MIN MOD_PRIORITY_1 |
Enumerations | |
enum | unlang_mod_action_t { MOD_ACTION_NOT_SET = -4 , MOD_ACTION_RETRY = -3 , MOD_ACTION_REJECT = -2 , MOD_ACTION_RETURN = -1 , MOD_PRIORITY_1 = MOD_PRIORITY(1) , MOD_PRIORITY_2 = MOD_PRIORITY(2) , MOD_PRIORITY_3 = MOD_PRIORITY(3) , MOD_PRIORITY_4 = MOD_PRIORITY(4) , MOD_PRIORITY_MAX = MOD_PRIORITY(64) } |
Unlang module actions.
Definition in file mod_action.h.
struct unlang_mod_actions_t |
Definition at line 61 of file mod_action.h.
Data Fields | ||
---|---|---|
unlang_mod_action_t | actions[RLM_MODULE_NUMCODES] | |
fr_retry_config_t | retry |
#define DEFAULT_MOD_ACTIONS { .actions = {}, .retry = RETRY_INIT } |
Definition at line 66 of file mod_action.h.
#define MOD_PRIORITY | ( | _x | ) | (_x) |
Definition at line 34 of file mod_action.h.
#define MOD_PRIORITY_MIN MOD_PRIORITY_1 |
Definition at line 59 of file mod_action.h.
enum unlang_mod_action_t |
Definition at line 36 of file mod_action.h.
|
extern |
Definition at line 78 of file mod_action.c.
|
extern |
Definition at line 30 of file mod_action.c.
|
extern |
Definition at line 46 of file mod_action.c.
|
extern |
Definition at line 93 of file mod_action.c.
|
extern |
Definition at line 62 of file mod_action.c.