The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
subrequest_child_priv.h File Reference
#include <freeradius-devel/server/request.h>
#include "subrequest_priv.h"
+ Include dependency graph for subrequest_child_priv.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void unlang_subrequest_child_op_free (void)
 
int unlang_subrequest_child_op_init (void)
 
int unlang_subrequest_child_push_resume (request_t *child, unlang_frame_state_subrequest_t *state)
 Push a resumption frame onto a child's stack. More...
 
unlang_action_t unlang_subrequest_child_run (rlm_rcode_t *p_result, request_t *request, unlang_stack_frame_t *frame)
 

Detailed Description

Id
e7eeda83eb9dc5fa2c8a50d7e7e937762b1d5c8b

Definition in file subrequest_child_priv.h.

Function Documentation

◆ unlang_subrequest_child_op_free()

void unlang_subrequest_child_op_free ( void  )

Definition at line 430 of file subrequest_child.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_subrequest_child_op_init()

int unlang_subrequest_child_op_init ( void  )

Definition at line 386 of file subrequest_child.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_subrequest_child_push_resume()

int unlang_subrequest_child_push_resume ( request_t child,
unlang_frame_state_subrequest_t state 
)

Push a resumption frame onto a child's stack.

This is necessary so that the child informs its parent when it's done/detached and so that the child responds to detach signals.

Definition at line 222 of file subrequest_child.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ unlang_subrequest_child_run()

unlang_action_t unlang_subrequest_child_run ( rlm_rcode_t p_result,
request_t request,
unlang_stack_frame_t frame 
)