OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rc_check_reply
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/radius/
sendserver.c
22
static int
rc_check_reply
(AUTH_HDR *, int, char *, unsigned char *, unsigned char);
344
result =
rc_check_reply
(recv_auth, BUFFER_LEN, secret, vector, data->seq_nbr);
386
* Function:
rc_check_reply
395
static int
rc_check_reply
(AUTH_HDR *auth, int bufferlen, char *secret,
function
410
error("
rc_check_reply
: received RADIUS server response with invalid length");
417
error("
rc_check_reply
: not enough buffer space to verify RADIUS server response");
423
error("
rc_check_reply
: received non-matching id in RADIUS server response");
466
error("
rc_check_reply
: received invalid reply digest from RADIUS server");
Completed in 1321 milliseconds