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

Implementation of the unlang "load-balance" keyword. More...

#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_action_t unlang_load_balance (rlm_rcode_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 (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 

Detailed Description

Implementation of the unlang "load-balance" keyword.

Id
edef045877585838f2d2a214e9382de77f25a457

Definition in file load_balance.c.

Macro Definition Documentation

◆ unlang_redundant_load_balance

#define unlang_redundant_load_balance   unlang_load_balance

Definition at line 31 of file load_balance.c.

Function Documentation

◆ unlang_load_balance()

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

Definition at line 107 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 248 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 ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)
static

Definition at line 33 of file load_balance.c.

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