The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
caller_priv.h File Reference
#include "unlang_priv.h"
#include <freeradius-devel/util/dict.h>
+ Include dependency graph for caller_priv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  unlang_caller_t
 

Functions

static unlang_group_tunlang_caller_to_group (unlang_caller_t *caller)
 Cast a caller keyword extension to a group structure. More...
 
static unlang_caller_tunlang_group_to_caller (unlang_group_t *g)
 Cast a group structure to the caller keyword extension. More...
 

Detailed Description

Id
e66df5da2089d8c19c4dd3f183afbc527c764daf

Definition in file caller_priv.h.


Data Structure Documentation

◆ unlang_caller_t

struct unlang_caller_t

Definition at line 32 of file caller_priv.h.

+ Collaboration diagram for unlang_caller_t:
Data Fields
fr_dict_t const * dict
unlang_group_t group

Function Documentation

◆ unlang_caller_to_group()

static unlang_group_t* unlang_caller_to_group ( unlang_caller_t caller)
inlinestatic

Cast a caller keyword extension to a group structure.

Definition at line 48 of file caller_priv.h.

◆ unlang_group_to_caller()

static unlang_caller_t* unlang_group_to_caller ( unlang_group_t g)
inlinestatic

Cast a group structure to the caller keyword extension.

Definition at line 40 of file caller_priv.h.

+ Here is the caller graph for this function: