|  | The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
    | 
#include <freeradius-devel/server/tmpl.h> Include dependency graph for timeout_priv.h:
 Include dependency graph for timeout_priv.h: This graph shows which files directly or indirectly include this file:
 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_t * | unlang_group_to_timeout (unlang_group_t *g) | 
| Cast a group structure to the timeout keyword extension. | |
| static unlang_group_t * | unlang_timeout_to_group (unlang_timeout_t *to) | 
| Cast a timeout keyword extension to a group structure. | |
Definition in file timeout_priv.h.
| struct unlang_timeout_t | 
Definition at line 31 of file timeout_priv.h.
 Collaboration diagram for unlang_timeout_t:
 Collaboration diagram for unlang_timeout_t:| Data Fields | ||
|---|---|---|
| unlang_group_t | group | |
| fr_time_delta_t | timeout | |
| tmpl_t * | vpt | |
| 
 | 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:
 Here is the caller graph for this function:| 
 | inlinestatic | 
Cast a timeout keyword extension to a group structure.
Definition at line 48 of file timeout_priv.h.
 1.9.8
 1.9.8