![]() |
The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
#include <radclient-ng.h>
Collaboration diagram for rc_request:Public Member Functions | |
| FR_DLIST_ENTRY (rc_request_list) entry | |
| Entry in the list of requests. | |
| FR_DLIST_ENTRY (rc_request_list) entry | |
| Entry in the list of requests. | |
Data Fields | |
| rc_request_t * | coa |
| CoA filter and reply. | |
| bool | done |
| Whether the request is complete. | |
| rc_file_pair_t * | files |
| Request and response file names. | |
| fr_pair_list_t | filter |
| If the reply passes the filter, then the request passes. | |
| fr_radius_packet_code_t | filter_code |
| Expected code of the response packet. | |
| char const * | name |
| Test name (as specified in the request). | |
| fr_rb_node_t | node |
| rbtree node data for CoA | |
| uint64_t | num |
| The number (within the file) of the request were reading. | |
| fr_packet_t * | packet |
| The outgoing request. | |
| fr_pair_t * | password |
| Password.Cleartext. | |
| fr_packet_t * | reply |
| The incoming response. | |
| fr_pair_list_t | reply_pairs |
| fr_pair_list_t | request_pairs |
| int | resend |
| fr_time_t | timestamp |
| int | tries |
Definition at line 77 of file radclient-ng.h.
| rc_request::FR_DLIST_ENTRY | ( | rc_request_list | ) |
Entry in the list of requests.
| rc_request::FR_DLIST_ENTRY | ( | rc_request_list | ) |
Entry in the list of requests.
| rc_request_t * rc_request::coa |
CoA filter and reply.
Definition at line 84 of file radclient-ng.h.
| bool rc_request::done |
Whether the request is complete.
Definition at line 102 of file radclient-ng.h.
| rc_file_pair_t * rc_request::files |
Request and response file names.
Definition at line 82 of file radclient-ng.h.
| fr_pair_list_t rc_request::filter |
If the reply passes the filter, then the request passes.
Definition at line 96 of file radclient-ng.h.
| fr_radius_packet_code_t rc_request::filter_code |
Expected code of the response packet.
Definition at line 97 of file radclient-ng.h.
| char const * rc_request::name |
Test name (as specified in the request).
Definition at line 104 of file radclient-ng.h.
| fr_rb_node_t rc_request::node |
rbtree node data for CoA
Definition at line 85 of file radclient-ng.h.
| uint64_t rc_request::num |
The number (within the file) of the request were reading.
Definition at line 80 of file radclient-ng.h.
| fr_packet_t * rc_request::packet |
The outgoing request.
Definition at line 90 of file radclient-ng.h.
| fr_pair_t * rc_request::password |
Password.Cleartext.
Definition at line 87 of file radclient-ng.h.
| fr_packet_t * rc_request::reply |
The incoming response.
Definition at line 91 of file radclient-ng.h.
| fr_pair_list_t rc_request::reply_pairs |
Definition at line 94 of file radclient-ng.h.
| fr_pair_list_t rc_request::request_pairs |
Definition at line 93 of file radclient-ng.h.
| int rc_request::resend |
Definition at line 99 of file radclient-ng.h.
| fr_time_t rc_request::timestamp |
Definition at line 88 of file radclient-ng.h.
| int rc_request::tries |
Definition at line 100 of file radclient-ng.h.
1.9.8