The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
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. More... | |
static unlang_group_t * | unlang_call_to_group (unlang_call_t *call) |
Cast a call keyword extension to a group structure. More... | |
static unlang_call_t * | unlang_group_to_call (unlang_group_t *g) |
Cast a group structure to the call keyword extension. More... | |
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.
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.
|
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.