The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
rc_request Struct Reference

#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_tcoa
 CoA filter and reply.
 
bool done
 Whether the request is complete.
 
rc_file_pair_tfiles
 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_tpacket
 The outgoing request.
 
fr_pair_tpassword
 Password.Cleartext.
 
fr_packet_treply
 The incoming response.
 
fr_pair_list_t reply_pairs
 
fr_pair_list_t request_pairs
 
int resend
 
fr_time_t timestamp
 
int tries
 

Detailed Description

Definition at line 77 of file radclient-ng.h.

Member Function Documentation

◆ FR_DLIST_ENTRY() [1/2]

rc_request::FR_DLIST_ENTRY ( rc_request_list  )

Entry in the list of requests.

◆ FR_DLIST_ENTRY() [2/2]

rc_request::FR_DLIST_ENTRY ( rc_request_list  )

Entry in the list of requests.

Field Documentation

◆ coa

rc_request_t * rc_request::coa

CoA filter and reply.

Definition at line 84 of file radclient-ng.h.

◆ done

bool rc_request::done

Whether the request is complete.

Definition at line 102 of file radclient-ng.h.

◆ files

rc_file_pair_t * rc_request::files

Request and response file names.

Definition at line 82 of file radclient-ng.h.

◆ filter

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.

◆ filter_code

fr_radius_packet_code_t rc_request::filter_code

Expected code of the response packet.

Definition at line 97 of file radclient-ng.h.

◆ name

char const * rc_request::name

Test name (as specified in the request).

Definition at line 104 of file radclient-ng.h.

◆ node

fr_rb_node_t rc_request::node

rbtree node data for CoA

Definition at line 85 of file radclient-ng.h.

◆ num

uint64_t rc_request::num

The number (within the file) of the request were reading.

Definition at line 80 of file radclient-ng.h.

◆ packet

fr_packet_t * rc_request::packet

The outgoing request.

Definition at line 90 of file radclient-ng.h.

◆ password

fr_pair_t * rc_request::password

Password.Cleartext.

Definition at line 87 of file radclient-ng.h.

◆ reply

fr_packet_t * rc_request::reply

The incoming response.

Definition at line 91 of file radclient-ng.h.

◆ reply_pairs

fr_pair_list_t rc_request::reply_pairs

Definition at line 94 of file radclient-ng.h.

◆ request_pairs

fr_pair_list_t rc_request::request_pairs

Definition at line 93 of file radclient-ng.h.

◆ resend

int rc_request::resend

Definition at line 99 of file radclient-ng.h.

◆ timestamp

fr_time_t rc_request::timestamp

Definition at line 88 of file radclient-ng.h.

◆ tries

int rc_request::tries

Definition at line 100 of file radclient-ng.h.


The documentation for this struct was generated from the following files: