The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
auth_serv_stats.c
Go to the documentation of this file.
2 .name = "fr_stats_radius_auth_serv_t",
3 .root_p = &attr_auth_serv,
4 .mib = "1.3.6.1.2.1.67.1.1.1.1",
5 .size = sizeof(fr_stats_radius_auth_serv_t),
6 .num_elements = 14,
7 .entry = {
8 {
10 .type = FR_TYPE_STRING,
11 .offset = offsetof(fr_stats_radius_auth_serv_t, ident),
12 .size = 0,
13 },
14 {
16 .type = FR_TYPE_TIME_DELTA,
17 .offset = offsetof(fr_stats_radius_auth_serv_t, up_time),
18 .size = 4,
19 },
20 {
22 .type = FR_TYPE_TIME_DELTA,
23 .offset = offsetof(fr_stats_radius_auth_serv_t, reset_time),
24 .size = 4,
25 },
26 {
28 .type = FR_TYPE_UINT32,
29 .offset = offsetof(fr_stats_radius_auth_serv_t, config_reset),
30 .size = 4,
31 },
32 {
34 .type = FR_TYPE_UINT32,
35 .offset = offsetof(fr_stats_radius_auth_serv_t, total_access_requests),
36 .size = 4,
37 },
38 {
40 .type = FR_TYPE_UINT32,
41 .offset = offsetof(fr_stats_radius_auth_serv_t, total_invalid_requests),
42 .size = 4,
43 },
44 {
46 .type = FR_TYPE_UINT32,
47 .offset = offsetof(fr_stats_radius_auth_serv_t, total_dup_access_requests),
48 .size = 4,
49 },
50 {
52 .type = FR_TYPE_UINT32,
53 .offset = offsetof(fr_stats_radius_auth_serv_t, total_access_accepts),
54 .size = 4,
55 },
56 {
58 .type = FR_TYPE_UINT32,
59 .offset = offsetof(fr_stats_radius_auth_serv_t, total_access_rejects),
60 .size = 4,
61 },
62 {
64 .type = FR_TYPE_UINT32,
65 .offset = offsetof(fr_stats_radius_auth_serv_t, total_access_challenges),
66 .size = 4,
67 },
68 {
70 .type = FR_TYPE_UINT32,
71 .offset = offsetof(fr_stats_radius_auth_serv_t, total_malformed_access_requests),
72 .size = 4,
73 },
74 {
76 .type = FR_TYPE_UINT32,
77 .offset = offsetof(fr_stats_radius_auth_serv_t, total_bad_authenticators),
78 .size = 4,
79 },
80 {
82 .type = FR_TYPE_UINT32,
83 .offset = offsetof(fr_stats_radius_auth_serv_t, total_packets_dropped),
84 .size = 4,
85 },
86 {
88 .type = FR_TYPE_UINT32,
89 .offset = offsetof(fr_stats_radius_auth_serv_t, total_unknown_types),
90 .size = 4,
91 },
92 },
93};
94
static fr_dict_attr_t const * attr_auth_serv
static fr_dict_attr_t const * attr_auth_serv_total_access_rejects
static fr_dict_attr_t const * attr_auth_serv_total_packets_dropped
static fr_dict_attr_t const * attr_auth_serv_total_unknown_types
static fr_dict_attr_t const * attr_auth_serv_up_time
static fr_dict_attr_t const * attr_auth_serv_config_reset
static fr_dict_attr_t const * attr_auth_serv_total_access_accepts
static fr_dict_attr_t const * attr_auth_serv_total_malformed_access_requests
static fr_dict_attr_t const * attr_auth_serv_total_access_requests
static fr_dict_attr_t const * attr_auth_serv_total_dup_access_requests
static fr_dict_attr_t const * attr_auth_serv_ident
static fr_dict_attr_t const * attr_auth_serv_reset_time
static fr_dict_attr_t const * attr_auth_serv_total_bad_authenticators
static fr_dict_attr_t const * attr_auth_serv_total_invalid_requests
static fr_dict_attr_t const * attr_auth_serv_total_access_challenges
fr_stats_link_t const fr_stats_link_radius_auth_serv
char const * name
name of the stats structure
Definition stats.h:45
@ FR_TYPE_TIME_DELTA
A period of time measured in nanoseconds.
@ FR_TYPE_STRING
String of printable characters.
@ FR_TYPE_UINT32
32 Bit unsigned integer.
static fr_time_t reset_time
Definition snmp.c:105