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

/external/syslinux/core/lwip/src/netif/ppp/
H A Dchap.h85 #define CHAP_SUCCESS 3 macro
H A Dchap.c408 case CHAP_SUCCESS:
550 ChapSendStatus(cstate, CHAP_SUCCESS);
608 code = CHAP_SUCCESS; /* they are the same! */
620 if (code == CHAP_SUCCESS) {
752 if (code == CHAP_SUCCESS) {
892 case CHAP_SUCCESS:
/external/ppp/pppd/
H A Dchap-new.h41 #define CHAP_SUCCESS 3 macro
H A Dchap-new.c363 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS;
501 if (code == CHAP_SUCCESS) {
520 if (code == CHAP_SUCCESS)
554 case CHAP_SUCCESS:
629 case CHAP_SUCCESS:

Completed in 93 milliseconds