The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
limit_priv.h File Reference
#include <freeradius-devel/server/tmpl.h>
+ Include dependency graph for limit_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_limit_t
 

Functions

static unlang_limit_tunlang_group_to_limit (unlang_group_t *g)
 Cast a group structure to the limit keyword extension. More...
 
static unlang_group_tunlang_limit_to_group (unlang_limit_t *li)
 Cast a limit keyword extension to a group structure. More...
 

Detailed Description

Id
90c72d6cf6c5a1a2158e6eb622032e81338fcec8

Definition in file limit_priv.h.


Data Structure Documentation

◆ unlang_limit_t

struct unlang_limit_t

Definition at line 31 of file limit_priv.h.

+ Collaboration diagram for unlang_limit_t:
Data Fields
unlang_group_t group
uint32_t limit
tmpl_t * vpt

Function Documentation

◆ unlang_group_to_limit()

static unlang_limit_t* unlang_group_to_limit ( unlang_group_t g)
inlinestatic

Cast a group structure to the limit keyword extension.

Definition at line 40 of file limit_priv.h.

+ Here is the caller graph for this function:

◆ unlang_limit_to_group()

static unlang_group_t* unlang_limit_to_group ( unlang_limit_t li)
inlinestatic

Cast a limit keyword extension to a group structure.

Definition at line 48 of file limit_priv.h.