The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Functions
mruby.c File Reference
#include "rlm_mruby.h"
+ Include dependency graph for mruby.c:

Go to the source code of this file.

Functions

struct RClass * mruby_request_class (mrb_state *mrb, struct RClass *parent)
 
static mrb_value mruby_request_control (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_frconfig (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_proxy_reply (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_proxy_request (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_reply (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_request (mrb_state *mrb, mrb_value self)
 
static mrb_value mruby_request_session_state (mrb_state *mrb, mrb_value self)
 

Function Documentation

◆ mruby_request_class()

struct RClass* mruby_request_class ( mrb_state *  mrb,
struct RClass *  parent 
)

Definition at line 73 of file mruby.c.

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

◆ mruby_request_control()

static mrb_value mruby_request_control ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 43 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_frconfig()

static mrb_value mruby_request_frconfig ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 28 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_proxy_reply()

static mrb_value mruby_request_proxy_reply ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 63 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_proxy_request()

static mrb_value mruby_request_proxy_request ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 53 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_reply()

static mrb_value mruby_request_reply ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 38 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_request()

static mrb_value mruby_request_request ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 33 of file mruby.c.

+ Here is the caller graph for this function:

◆ mruby_request_session_state()

static mrb_value mruby_request_session_state ( mrb_state *  mrb,
mrb_value  self 
)
static

Definition at line 48 of file mruby.c.

+ Here is the caller graph for this function: