The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions | Variables
base.c File Reference

Functions to bootstrap this library. More...

#include <freeradius-devel/server/base.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/server/trigger.h>
#include <freeradius-devel/server/password.h>
#include <freeradius-devel/server/packet.h>
#include <freeradius-devel/unlang/xlat.h>
#include <freeradius-devel/util/dict.h>
+ Include dependency graph for base.c:

Go to the source code of this file.

Functions

void server_free (void)
 Free src/lib/server/. More...
 
int server_init (CONF_SECTION *cs, char const *dict_dir, fr_dict_t *dict)
 Initialize src/lib/server/. More...
 

Variables

bool tmpl_require_enum_prefix
 

Detailed Description

Functions to bootstrap this library.

Id
966e555dfb03d456c1ff920e7e464ab66bb39b11

Definition in file base.c.

Function Documentation

◆ server_free()

void server_free ( void  )

Free src/lib/server/.

This is just so that the callers don't need to call a million functions.

Definition at line 139 of file base.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ server_init()

int server_init ( CONF_SECTION cs,
char const *  dict_dir,
fr_dict_t dict 
)

Initialize src/lib/server/.

This is just so that the callers don't need to call a million functions.

Parameters
[in]csThe root configuration section.
[in]dict_dirThe path to the raddb directory.
[in]dictthe main dictionary, usually the internal dictionary.
Returns
  • 0 on success.
  • -1 on failure.

Definition at line 49 of file base.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ tmpl_require_enum_prefix

bool tmpl_require_enum_prefix
extern

Definition at line 49 of file tmpl_tokenize.c.