![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
#include <freeradius-devel/unlang/interpret.h>#include <freeradius-devel/server/request.h>#include <freeradius-devel/server/cf_util.h>
Include dependency graph for call.h:Go to the source code of this file.
Functions | |
| CONF_SECTION * | unlang_call_current (request_t *request) |
| Return the last virtual server that was called. | |
| unlang_action_t | unlang_call_push (unlang_result_t *p_result, request_t *request, CONF_SECTION *server_cs, bool top_frame)) |
| Push a virtual server CONF_SECTION as a call frame onto the stack. | |
Definition in file call.h.
| CONF_SECTION * unlang_call_current | ( | request_t * | request | ) |
| unlang_action_t unlang_call_push | ( | unlang_result_t * | p_result, |
| request_t * | request, | ||
| CONF_SECTION * | server_cs, | ||
| bool | top_frame | ||
| ) |
Push a virtual server CONF_SECTION as a call frame onto the stack.
This should be used instead of virtual_server_push in the majority of the code
Definition at line 151 of file call.c.
Here is the call graph for this function:
Here is the caller graph for this function:
1.9.8