The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Unlang "condition" keyword evaluation. More...
Go to the source code of this file.
Data Structures | |
struct | unlang_frame_state_cond_t |
Functions | |
void | unlang_condition_init (void) |
static unlang_action_t | unlang_if (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
static unlang_action_t | unlang_if_resume (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
Unlang "condition" keyword evaluation.
Definition in file condition.c.
struct unlang_frame_state_cond_t |
Definition at line 30 of file condition.c.
Data Fields | ||
---|---|---|
fr_value_box_list_t | out | Head of the result of a nested expansion. |
bool | success | If set, where to record the result of the execution. |
void unlang_condition_init | ( | void | ) |
Definition at line 103 of file condition.c.
|
static |
Definition at line 74 of file condition.c.
|
static |
Definition at line 37 of file condition.c.