The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
radsizes.c
Go to the documentation of this file.
1#include <stdio.h>
2
3#include <freeradius-devel/unlang/xlat_priv.h>
4#include <freeradius-devel/server/tmpl.h>
5#include <freeradius-devel/server/cf_priv.h>
6#include <freeradius-devel/unlang/unlang_priv.h>
7#include <freeradius-devel/util/value.h>
8#include <freeradius-devel/util/rb.h>
9#include <freeradius-devel/util/tlist.h>
10
#define UNUSED
Definition build.h:317
Common header for all CONF_* types.
Definition cf_priv.h:49
Configuration AVP similar to a fr_pair_t.
Definition cf_priv.h:70
A section grouping multiple CONF_PAIR.
Definition cf_priv.h:101
Values of the encryption flags.
Value of an enumerated attribute.
Definition dict.h:233
Head of a doubly linked list.
Definition dlist.h:51
Entry in a doubly linked list.
Definition dlist.h:41
IPv4/6 prefix.
fr_type_t
int main(UNUSED int argc, UNUSED char **argv)
Definition radsizes.c:11
#define SIZEOF(_struct)
The main red black tree structure.
Definition rb.h:73
Optional arguments passed to vp_tmpl functions.
Definition tmpl.h:332
Define entry and head types for tmpl request references.
Definition tmpl.h:272
Stores an attribute, a value and various bits of other data.
Definition pair.h:68
Generic representation of a grouping.
A node in a graph of unlang_op_t (s) that we execute.
Our interpreter stack, as distinct from the C stack.
An xlat function call.
Definition xlat_priv.h:122
An xlat expansion node.
Definition xlat_priv.h:148