DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
radius_server Struct Reference

Radius Server. More...

Data Fields

const char * name
 Server name. More...
 
const char * authport
 Server authport. More...
 
const char * acctport
 Server accounting port. More...
 
const char * secret
 Server secret. More...
 
unsigned char id
 Server hash based on server count. More...
 
int timeout
 Server timeout. More...
 
struct timeval service
 Server out of service time. More...
 
struct bucket_listconnex
 Bucket list of connextions. More...
 

Detailed Description

Radius Server.

define a server with host auth/acct port and secret create "connextions" on demand each with upto 256 sessions servers should not be removed without removing all and reloading

Definition at line 105 of file radius.c.

Field Documentation

const char* radius_server::acctport

Server accounting port.

Definition at line 111 of file radius.c.

Referenced by add_radserver().

const char* radius_server::authport

Server authport.

Definition at line 109 of file radius.c.

Referenced by add_radserver().

struct bucket_list* radius_server::connex

Bucket list of connextions.

Definition at line 121 of file radius.c.

unsigned char radius_server::id

Server hash based on server count.

Definition at line 115 of file radius.c.

Referenced by add_radserver().

const char* radius_server::name

Server name.

Definition at line 107 of file radius.c.

Referenced by add_radserver().

const char* radius_server::secret

Server secret.

Definition at line 113 of file radius.c.

Referenced by add_radserver().

struct timeval radius_server::service

Server out of service time.

Definition at line 119 of file radius.c.

Referenced by add_radserver().

int radius_server::timeout

Server timeout.

Definition at line 117 of file radius.c.

Referenced by add_radserver().


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