HomeSort by: relevance | last modified time | path
    Searched refs:CHAP_CHALLENGE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
chap.h 44 #define CHAP_CHALLENGE 1
eap.h 78 #define CHAP_CHALLENGE 1
chap.c 322 p[0] = CHAP_CHALLENGE;
580 case CHAP_CHALLENGE:
644 case CHAP_CHALLENGE:
peap.c 369 case CHAP_CHALLENGE: {
eap.c 904 PUTCHAR(CHAP_CHALLENGE, outp);
2198 case CHAP_CHALLENGE: {
3084 case CHAP_CHALLENGE:
  /src/sys/net/
if_spppsubr.c 201 #define CHAP_CHALLENGE 1 /* CHAP challenge request */
4728 * - scr: send CHAP_CHALLENGE and CHAP_RESPONSE
4736 * - TO+: re-send CHAP_CHALLENGE and CHAP_RESPONSE
4769 case CHAP_CHALLENGE:
5100 sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->scp[IDX_CHAP].confid,
6408 case CHAP_CHALLENGE: return "challenge";

Completed in 55 milliseconds