|  | The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
    | 
#include <freeradius-devel/server/tmpl.h> Include dependency graph for limit_priv.h:
 Include dependency graph for limit_priv.h: This graph shows which files directly or indirectly include this file:
 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_t * | unlang_group_to_limit (unlang_group_t *g) | 
| Cast a group structure to the limit keyword extension. | |
| static unlang_group_t * | unlang_limit_to_group (unlang_limit_t *li) | 
| Cast a limit keyword extension to a group structure. | |
Definition in file limit_priv.h.
| struct unlang_limit_t | 
Definition at line 31 of file limit_priv.h.
 Collaboration diagram for unlang_limit_t:
 Collaboration diagram for unlang_limit_t:| Data Fields | ||
|---|---|---|
| unlang_group_t | group | |
| uint32_t | limit | |
| tmpl_t * | vpt | |
| 
 | 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:
 Here is the caller graph for this function:| 
 | inlinestatic | 
Cast a limit keyword extension to a group structure.
Definition at line 48 of file limit_priv.h.
 1.9.8
 1.9.8