Home
last modified time | relevance | path

Searched defs:rad_handle (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib_private.h78 struct rad_handle { struct
79 int fd; /* Socket file descriptor */
82 int ident; /* Current identifier value */
84 unsigned char out[MSGSIZE]; /* Request to send */
86 int out_len; /* Length of request */
87 char pass[PASSSIZE]; /* Cleartext password */
92 char eap_msg; /* Are we an EAP Proxy? */
94 int in_len; /* Length of response */
96 int srv; /* Server number we did last */
97 int type; /* Handle type */
[all …]