The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Macros | Functions
load_balance.c File Reference

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 "load_balance_priv.h"
#include "module_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_tcompile_load_balance_subsection (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_SECTION *cs, unlang_type_t type)
 
static unlang_tunlang_compile_load_balance (unlang_t *parent, unlang_compile_ctx_t *unlang_ctx, CONF_ITEM const *ci)
 
static unlang_tunlang_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)
 

Detailed Description

Implementation of the unlang "load-balance" keyword.

Id
94604b7c5521bb22792aea19e4f8fd4fec0bf27d

Definition in file load_balance.c.

Macro Definition Documentation

◆ unlang_redundant_load_balance

#define unlang_redundant_load_balance   unlang_load_balance

Definition at line 32 of file load_balance.c.

Function Documentation

◆ compile_load_balance_subsection()

static unlang_t * compile_load_balance_subsection ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_SECTION cs,
unlang_type_t  type 
)
static

Definition at line 246 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_compile_load_balance()

static unlang_t * unlang_compile_load_balance ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_ITEM const *  ci 
)
static

Definition at line 341 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_compile_redundant_load_balance()

static unlang_t * unlang_compile_redundant_load_balance ( unlang_t parent,
unlang_compile_ctx_t unlang_ctx,
CONF_ITEM const *  ci 
)
static

Definition at line 347 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance()

static unlang_action_t unlang_load_balance ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 106 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance_init()

void unlang_load_balance_init ( void  )

Definition at line 353 of file load_balance.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_load_balance_next()

static unlang_action_t unlang_load_balance_next ( unlang_result_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
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: