Searched refs:rc_check_reply (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dsendserver.c22 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 47 milliseconds