The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
BFD processing. More...
#include <freeradius-devel/server/protocol.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/bfd/bfd.h>
#include "bfd/session.h"
#include <freeradius-devel/server/process.h>
Go to the source code of this file.
Data Structures | |
struct | process_bfd_sections_t |
struct | process_bfd_t |
Functions | |
static void | bfd_packet_debug (request_t *request, fr_packet_t *packet, fr_pair_list_t *list, bool received) |
static unlang_action_t | mod_process (rlm_rcode_t *p_result, module_ctx_t const *mctx, request_t *request) |
RESUME_NO_MCTX (recv_bfd) | |
Variables | |
static fr_dict_attr_t const * | attr_bfd_packet |
static fr_dict_attr_t const * | attr_bfd_state |
static fr_dict_attr_t const * | attr_packet_type |
static const virtual_server_compile_t | compile_list [] |
static fr_dict_t const * | dict_bfd |
fr_process_module_t | process_bfd |
fr_dict_autoload_t | process_bfd_dict [] |
fr_dict_attr_autoload_t | process_bfd_dict_attr [] |
static fr_process_state_t const | process_state_packet [] |
static fr_process_state_t const | process_state_reply [] |
BFD processing.
Definition in file base.c.
struct process_bfd_t |
#define PROCESS_CODE_MAX FR_BFD_CODE_MAX |
#define PROCESS_INST process_bfd_t |
#define PROCESS_PACKET_CODE_VALID FR_BFD_PACKET_CODE_VALID |
#define PROCESS_PACKET_TYPE fr_bfd_packet_code_t |
#define SECTION | ( | _x | ) |
#define SEND_RECV | ( | _x, | |
_y | |||
) |
|
static |
|
static |
RESUME_NO_MCTX | ( | recv_bfd | ) |
|
static |
|
static |
|
static |
|
static |
fr_process_module_t process_bfd |
fr_dict_autoload_t process_bfd_dict |
fr_dict_attr_autoload_t process_bfd_dict_attr |
|
static |