The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include "unlang_priv.h"
Go to the source code of this file.
Data Structures | |
struct | unlang_map_t |
Functions | |
static unlang_map_t * | unlang_group_to_map (unlang_group_t *g) |
Cast a group structure to the map keyword extension. More... | |
static unlang_group_t * | unlang_map_to_group (unlang_map_t *map) |
Cast a map keyword extension to a group structure. More... | |
Definition in file map_priv.h.
struct unlang_map_t |
Definition at line 31 of file map_priv.h.
Data Fields | ||
---|---|---|
unlang_group_t | group | |
map_list_t | map | Head of the map list. |
map_proc_inst_t * | proc_inst | |
tmpl_t * | vpt |
|
inlinestatic |
Cast a group structure to the map keyword extension.
Definition at line 41 of file map_priv.h.
|
inlinestatic |
Cast a map keyword extension to a group structure.
Definition at line 49 of file map_priv.h.