![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Implementation of the unlang "load-balance" keyword. More...
#include <freeradius-devel/server/rcode.h>#include <freeradius-devel/util/hash.h>#include <freeradius-devel/util/rand.h>#include "unlang_priv.h"#include "load_balance_priv.h"
Include dependency graph for load_balance.c:Go to the source code of this file.
Macros | |
| #define | unlang_redundant_load_balance unlang_load_balance |
Functions | |
| static unlang_t * | compile_load_balance_subsection (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_SECTION *cs, unlang_type_t type) |
| static unlang_t * | unlang_compile_load_balance (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| static unlang_t * | unlang_compile_redundant (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| static unlang_t * | unlang_compile_redundant_load_balance (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci) |
| static unlang_action_t | unlang_load_balance (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
| void | unlang_load_balance_init (void) |
| static unlang_action_t | unlang_load_balance_next (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
| static unlang_action_t | unlang_redundant (unlang_result_t *p_result, request_t *request, unlang_stack_frame_t *frame) |
Implementation of the unlang "load-balance" keyword.
Definition in file load_balance.c.
| #define unlang_redundant_load_balance unlang_load_balance |
Definition at line 32 of file load_balance.c.
|
static |
Definition at line 233 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 329 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 340 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 334 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 117 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void unlang_load_balance_init | ( | void | ) |
Definition at line 367 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 34 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 102 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8