/[radius]/radius/include/radius.h
ViewVC logotype

Diff of /radius/include/radius.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by gray, Mon Aug 5 08:00:36 2002 UTC revision 1.45 by gray, Fri Apr 18 05:27:09 2003 UTC
# Line 222  typedef struct radius_req { Line 222  typedef struct radius_req {
222          u_char                  vector[AUTH_VECTOR_LEN]; /* Rq authenticator */          u_char                  vector[AUTH_VECTOR_LEN]; /* Rq authenticator */
223          u_char                  *secret;      /* Shared secret */          u_char                  *secret;      /* Shared secret */
224          VALUE_PAIR              *request;     /* Request pairs */          VALUE_PAIR              *request;     /* Request pairs */
         u_char                  *data;        /* Raw received data */  
         int                     data_len;     /* Length of raw data */  
         int                     data_alloced; /* Was the data malloced */  
225                    
226          /* Saved reply values */          /* Saved reply values */
227          int                     reply_code;   /* Reply code */          int                     reply_code;   /* Reply code */
# Line 467  void app_setup(); Line 464  void app_setup();
464  #define LO_PID   0x0002  #define LO_PID   0x0002
465  #define LO_CAT   0x0004  #define LO_CAT   0x0004
466  #define LO_PRI   0x0008  #define LO_PRI   0x0008
467  #define LO_TID   0x0010  #define LO_MSEC  0x0010
 #define LO_MSEC  0x0020  
468  #define LO_PERSIST 0x8000  #define LO_PERSIST 0x8000
469    
470  #define MKSTRING(x) #x  #define MKSTRING(x) #x

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26