![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Include dependency graph for call_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_call_t |
| Entry point into a proto_ module. More... | |
Functions | |
| static unlang_t * | unlang_call_to_generic (unlang_call_t *call) |
| Cast a call keyword extension to a unlang_t structure. | |
| static unlang_group_t * | unlang_call_to_group (unlang_call_t *call) |
| Cast a call keyword extension to a group structure. | |
| static unlang_call_t * | unlang_group_to_call (unlang_group_t *g) |
| Cast a group structure to the call keyword extension. | |
Definition in file call_priv.h.
| struct unlang_call_t |
Entry point into a proto_ module.
Definition at line 36 of file call_priv.h.
Collaboration diagram for unlang_call_t:| Data Fields | ||
|---|---|---|
| fr_dict_attr_t const * | attr_packet_type | Attribute used to specify packet type and sections run in the server_cs. |
| unlang_group_t | group | Generic field common to all group type unlang_t nodes. |
| CONF_SECTION * | server_cs | Config section of the virtual server being executed. |
|
inlinestatic |
Cast a call keyword extension to a unlang_t structure.
Definition at line 64 of file call_priv.h.
Here is the caller graph for this function:
|
inlinestatic |
Cast a call keyword extension to a group structure.
Definition at line 56 of file call_priv.h.
|
inlinestatic |
Cast a group structure to the call keyword extension.
Definition at line 48 of file call_priv.h.
Here is the caller graph for this function:
1.9.8