All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
map_unit.c File Reference
#include <freeradius-devel/libradius.h>
#include <freeradius-devel/conf.h>
#include <freeradius-devel/modpriv.h>
#include <freeradius-devel/modcall.h>
#include <ctype.h>
#include <assert.h>
#include <freeradius-devel/log.h>
#include <sys/wait.h>
+ Include dependency graph for map_unit.c:

Go to the source code of this file.

Functions

char const * get_radius_dir (void)
 Get the global radius config directory. More...
 
rlm_rcode_t indexed_modcall (UNUSED rlm_components_t comp, UNUSED int idx, UNUSED REQUEST *request)
 
int main (int argc, char *argv[])
 
module_instance_tmodule_instantiate (UNUSED CONF_SECTION *modules, UNUSED char const *askedname)
 
module_instance_tmodule_instantiate_method (UNUSED CONF_SECTION *modules, UNUSED char const *name, UNUSED rlm_components_t *method)
 
static int process_file (char const *filename)
 
static void NEVER_RETURNS usage (void)
 

Variables

main_config_t main_config
 Main server configuration. More...
 

Function Documentation

char const* get_radius_dir ( void  )

Get the global radius config directory.

Returns
the global radius config directory.

Definition at line 62 of file map_unit.c.

+ Here is the caller graph for this function:

rlm_rcode_t indexed_modcall ( UNUSED rlm_components_t  comp,
UNUSED int  idx,
UNUSED REQUEST request 
)

Definition at line 57 of file map_unit.c.

int main ( int  argc,
char *  argv[] 
)

Definition at line 153 of file map_unit.c.

+ Here is the call graph for this function:

module_instance_t* module_instantiate ( UNUSED CONF_SECTION modules,
UNUSED char const *  askedname 
)

Definition at line 67 of file map_unit.c.

module_instance_t* module_instantiate_method ( UNUSED CONF_SECTION modules,
UNUSED char const *  name,
UNUSED rlm_components_t method 
)

Definition at line 72 of file map_unit.c.

static int process_file ( char const *  filename)
static

Definition at line 93 of file map_unit.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void NEVER_RETURNS usage ( void  )
static

Definition at line 81 of file map_unit.c.

+ Here is the caller graph for this function:

Variable Documentation

Main server configuration.

Definition at line 77 of file map_unit.c.