The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Functions
timeout_priv.h File Reference
#include <freeradius-devel/server/tmpl.h>
+ Include dependency graph for timeout_priv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  unlang_timeout_t
 

Functions

static unlang_timeout_tunlang_group_to_timeout (unlang_group_t *g)
 Cast a group structure to the timeout keyword extension. More...
 
static unlang_group_tunlang_timeout_to_group (unlang_timeout_t *to)
 Cast a timeout keyword extension to a group structure. More...
 

Detailed Description

Id
1a741d1c302e023c56a0625c7ff63e91d3e8bba2

Definition in file timeout_priv.h.


Data Structure Documentation

◆ unlang_timeout_t

struct unlang_timeout_t

Definition at line 31 of file timeout_priv.h.

+ Collaboration diagram for unlang_timeout_t:
Data Fields
unlang_group_t group
fr_time_delta_t timeout
tmpl_t * vpt

Function Documentation

◆ unlang_group_to_timeout()

static unlang_timeout_t* unlang_group_to_timeout ( unlang_group_t g)
inlinestatic

Cast a group structure to the timeout keyword extension.

Definition at line 40 of file timeout_priv.h.

+ Here is the caller graph for this function:

◆ unlang_timeout_to_group()

static unlang_group_t* unlang_timeout_to_group ( unlang_timeout_t to)
inlinestatic

Cast a timeout keyword extension to a group structure.

Definition at line 48 of file timeout_priv.h.