HomeSort by: relevance | last modified time | path
    Searched defs:CHAP_RESPONSE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
chap.h 45 #define CHAP_RESPONSE 2
eap.h 79 #define CHAP_RESPONSE 2
  /src/sys/net/
if_spppsubr.c 196 #define CHAP_RESPONSE 2 /* CHAP challenge response */
4583 * - scr: send CHAP_CHALLENGE and CHAP_RESPONSE
4587 * - RCR+: receive CHAP_RESPONSE containing correct digest
4588 * - RCR-: receive CHAP_RESPONSE containing wrong digest
4591 * - TO+: re-send CHAP_CHALLENGE and CHAP_RESPONSE
4714 * generate a dummy RCR+ event without CHAP_RESPONSE
4758 case CHAP_RESPONSE:
4977 sppp_auth_send(&chap, sp, CHAP_RESPONSE, sp->scp[IDX_CHAP].rconfid,
6296 case CHAP_RESPONSE: return "response";

Completed in 25 milliseconds