![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
Implementation of the unlang "load-balance" keyword. More...
#include <freeradius-devel/server/rcode.h>#include <freeradius-devel/server/request_data.h>#include <freeradius-devel/util/hash.h>#include <freeradius-devel/util/rand.h>#include "unlang_priv.h"#include "load_balance_priv.h"#include "xlat_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 |
Implementation of the unlang "load-balance" keyword.
Definition in file load_balance.c.
| #define unlang_redundant_load_balance unlang_load_balance |
Definition at line 83 of file load_balance.c.
|
static |
Definition at line 304 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 445 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 456 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 450 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 173 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:Returns the current child of the load balance section.
If the frame is UNLANG_TYPE_LOAD_BALANCE or UNLANG_TYPE_REDUNDANT_LOAD_BALANCE, then return the child number.
Definition at line 65 of file load_balance.c.
Here is the caller graph for this function:| void unlang_load_balance_init | ( | void | ) |
Definition at line 483 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 85 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int unlang_load_balance_persist | ( | request_t * | request | ) |
Persist the current load-balance selection.
If the frame is UNLANG_TYPE_LOAD_BALANCE or UNLANG_TYPE_REDUNDANT_LOAD_BALANCE, then remember which child was chosen, and choose that again the next time around.
Definition at line 40 of file load_balance.c.
Here is the caller graph for this function:
|
static |
Definition at line 158 of file load_balance.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8