The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Definitions for session tracking with a 'UTMP' file. More...
Go to the source code of this file.
Data Structures | |
struct | radutmp |
Macros | |
#define | P_AUTOPPP 'A' |
#define | P_CONSOLE '!' |
#define | P_CSLIP 'C' |
#define | P_IDLE 0 |
#define | P_LOCAL 'L' |
#define | P_LOGIN 1 |
#define | P_PPP 'P' |
#define | P_RLOGIN 'R' |
#define | P_SHELL 'X' |
#define | P_SLIP 'S' |
#define | P_TCPCLEAR 'T' |
#define | P_TCPLOGIN 'U' |
#define | P_TELNET 'E' |
#define | P_UNKNOWN 0 |
#define | RUT_NAMESIZE sizeof(((struct radutmp *) NULL)->login) |
#define | RUT_SESSSIZE sizeof(((struct radutmp *) NULL)->session_id) |
Definitions for session tracking with a 'UTMP' file.
Definition in file radutmp.h.
struct radutmp |