ARP processing.
More...
#include <freeradius-devel/server/protocol.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/arp/arp.h>
#include <freeradius-devel/unlang/interpret.h>
#include <freeradius-devel/server/process.h>
Go to the source code of this file.
ARP processing.
- Id
- 0a24728fb710e77e157654309cd67e7c8f17ac1e
- Copyright
- 2020 Network RADIUS SAS (legal.nosp@m.@net.nosp@m.workr.nosp@m.adiu.nosp@m.s.com)
Definition in file base.c.
◆ process_arp_sections_t
struct process_arp_sections_t |
◆ process_arp_t
◆ PROCESS_CODE_DO_NOT_RESPOND
◆ PROCESS_CODE_MAX
◆ PROCESS_INST
◆ PROCESS_PACKET_CODE_VALID
◆ PROCESS_PACKET_TYPE
◆ arp_packet_debug()
◆ mod_process()
◆ attr_packet_type
◆ compile_list
◆ dict_arp
◆ process_arp
Initial value:= {
.common = {
.name = "arp",
},
}
#define MODULE_MAGIC_INIT
Stop people using different module/library/server versions together.
fr_dict_attr_t const * attr_packet_type
static unlang_action_t mod_process(unlang_result_t *p_result, module_ctx_t const *mctx, request_t *request)
static const virtual_server_compile_t compile_list[]
static fr_dict_t const * dict_arp
#define MODULE_INST(_ctype)
Definition at line 250 of file base.c.
◆ process_arp_dict
Initial value:
Definition at line 32 of file base.c.
◆ process_arp_dict_attr
Initial value:= {
{ NULL }
}
@ FR_TYPE_UINT32
32 Bit unsigned integer.
Definition at line 40 of file base.c.
◆ process_state
fr_process_state_t const process_state[] |
|
static |