All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
radiusd.c File Reference
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <freeradius-devel/state.h>
#include <freeradius-devel/map_proc.h>
#include <freeradius-devel/rad_assert.h>
#include <sys/file.h>
#include <fcntl.h>
#include <ctype.h>
+ Include dependency graph for radiusd.c:

Go to the source code of this file.

Macros

#define WEXITSTATUS(stat_val)   ((unsigned)(stat_val) >> 8)
 
#define WIFEXITED(stat_val)   (((stat_val) & 255) == 0)
 

Functions

int main (int argc, char *argv[])
 
static void sig_fatal (int)
 
static void usage (int)
 

Variables

bool log_stripped_names
 
char const * radacct_dir = NULL
 
static pid_t radius_pid
 
char const * radiusd_version
 
char const * radlog_dir = NULL
 

Macro Definition Documentation

#define WEXITSTATUS (   stat_val)    ((unsigned)(stat_val) >> 8)

Definition at line 49 of file radiusd.c.

#define WIFEXITED (   stat_val)    (((stat_val) & 255) == 0)

Definition at line 52 of file radiusd.c.

Function Documentation

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

Definition at line 88 of file radiusd.c.

+ Here is the call graph for this function:

static void sig_fatal ( int  sig)
static

Definition at line 699 of file radiusd.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void NEVER_RETURNS usage ( int  status)
static

Definition at line 672 of file radiusd.c.

+ Here is the caller graph for this function:

Variable Documentation

bool log_stripped_names

Definition at line 61 of file radiusd.c.

char const* radacct_dir = NULL

Definition at line 58 of file radiusd.c.

pid_t radius_pid
static

Definition at line 69 of file radiusd.c.

char const* radiusd_version
Initial value:
= "FreeRADIUS Version " RADIUSD_VERSION_STRING
", for host " HOSTINFO ", built on " __DATE__ " at " __TIME__

Definition at line 63 of file radiusd.c.

char const* radlog_dir = NULL

Definition at line 59 of file radiusd.c.