HomeSort by relevance Sort by last modified time
    Searched refs:CHAP_CHALLENGE (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
chap.h 34 #define CHAP_CHALLENGE 1
chap.c 524 chap_Challenge(struct authinfo *authp)
540 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
544 ChapOutput(authp->physical, CHAP_CHALLENGE, authp->id,
660 chap_Challenge(&chap->auth);
678 auth_Init(&chap->auth, p, chap_Challenge, chap_Success, chap_Failure);
729 if (chap->auth.in.hdr.code != CHAP_CHALLENGE &&
745 case CHAP_CHALLENGE:
803 case CHAP_CHALLENGE:
836 case CHAP_CHALLENGE:
  /external/ppp/pppd/
chap-new.h 39 #define CHAP_CHALLENGE 1
chap-new.c 300 p[0] = CHAP_CHALLENGE;
531 case CHAP_CHALLENGE:
594 case CHAP_CHALLENGE:

Completed in 48 milliseconds