The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Functions | Variables
common.h File Reference

Common things to initialize the fuzzers. More...

#include <freeradius-devel/util/dl.h>
#include <freeradius-devel/util/conf.h>
#include <freeradius-devel/util/dict.h>
#include <freeradius-devel/util/proto.h>
#include <freeradius-devel/util/syserror.h>
#include <freeradius-devel/io/test_point.h>
+ Include dependency graph for common.h:

Go to the source code of this file.

Functions

int fuzzer_common_init (int *argc, char ***argv, bool load_proto)
 Perform all bootstrapping for the fuzzer.
 

Variables

TALLOC_CTX * autofree
 
fr_dict_tdict
 
fr_dict_protocol_tdl_proto
 
fr_dict_attr_t const * root_da
 

Detailed Description

Common things to initialize the fuzzers.

Definition in file common.h.

Function Documentation

◆ fuzzer_common_init()

int fuzzer_common_init ( int *  argc,
char ***  argv,
bool  load_proto 
)

Perform all bootstrapping for the fuzzer.

Definition at line 55 of file common.c.

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

Variable Documentation

◆ autofree

TALLOC_CTX* autofree
extern

Definition at line 29 of file common.c.

◆ dict

fr_dict_t* dict
extern

Definition at line 31 of file common.c.

◆ dl_proto

fr_dict_protocol_t* dl_proto
extern

Definition at line 34 of file common.c.

◆ root_da

fr_dict_attr_t const* root_da
extern

Definition at line 32 of file common.c.