| 
    DTS Application Library
    0.2.3
    
   Application library containing referenced objects and interfaces to common libraries 
   | 
 
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_list * | connex | 
| Bucket list of connextions.  More... | |
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
| const char* radius_server::acctport | 
| const char* radius_server::authport | 
| struct bucket_list* radius_server::connex | 
| 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 | 
| const char* radius_server::secret | 
| struct timeval radius_server::service | 
| int radius_server::timeout |