Lines Matching refs:response
69 "Max number of Challenges sent without a valid response" },
258 * ChapResponseTimeout - Timeout expired on sending response.
266 /* if we aren't sending a response, don't worry. */
270 ChapSendResponse(cstate); /* re-send response */
283 /* if we aren't sending a response, don't worry. */
518 /* cancel response send timeout if necessary */
536 cstate->response[len] = (char) (drand48() * 0xff);
538 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE);
566 * ChapReceiveResponse - Receive and process response.
593 dbglog("CHAP: discard response %d; expecting %d", id,
605 dbglog("CHAP ignoring response and resending success message");
611 dbglog("CHAP ignoring response and resending failure message");
728 /* presumably an answer to a duplicate response */
824 * ChapSendStatus - Send a status response (ack or nak).
890 * ChapSendResponse - send a response packet with values as specified
908 PUTCHAR(CHAP_RESPONSE, outp); /* we are a response */
913 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */