The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
switch.c File Reference

Unlang "switch" keyword evaluation. More...

#include "group_priv.h"
#include "switch_priv.h"
+ Include dependency graph for switch.c:

Go to the source code of this file.

Functions

static unlang_action_t unlang_case (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
static unlang_action_t unlang_switch (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 
void unlang_switch_init (void)
 

Detailed Description

Unlang "switch" keyword evaluation.

Id
eb3adecdd471407c6a8955bddab5bfe09877e686

Definition in file switch.c.

Function Documentation

◆ unlang_case()

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

Definition at line 130 of file switch.c.

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

◆ unlang_switch()

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

Definition at line 30 of file switch.c.

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

◆ unlang_switch_init()

void unlang_switch_init ( void  )

Definition at line 142 of file switch.c.

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