|
Squid Web Cache master
|
#include <radius.h>
Public Attributes | |
| u_char | code |
| u_char | id |
| uint16_t | length |
| u_char | vector [AUTH_VECTOR_LEN] |
| u_char | data [2] |
| u_char pw_auth_hdr::code |
Definition at line 48 of file radius.h.
Referenced by authenticate(), and result_recv().
| u_char pw_auth_hdr::data[2] |
Definition at line 52 of file radius.h.
Referenced by authenticate().
| u_char pw_auth_hdr::id |
Definition at line 49 of file radius.h.
Referenced by authenticate(), and result_recv().
| uint16_t pw_auth_hdr::length |
Definition at line 50 of file radius.h.
Referenced by authenticate(), and result_recv().
| u_char pw_auth_hdr::vector[AUTH_VECTOR_LEN] |
Definition at line 51 of file radius.h.
Referenced by authenticate(), and result_recv().