Home
last modified time | relevance | path

Searched refs:CHAP_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.c408 case CHAP_SUCCESS: in ChapInput()
550 ChapSendStatus(cstate, CHAP_SUCCESS); in ChapReceiveResponse()
608 code = CHAP_SUCCESS; /* they are the same! */ in ChapReceiveResponse()
620 if (code == CHAP_SUCCESS) { in ChapReceiveResponse()
752 if (code == CHAP_SUCCESS) { in ChapSendStatus()
892 case CHAP_SUCCESS: in ChapPrintPkt()
A Dchap.h85 #define CHAP_SUCCESS 3 macro
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap-new.c359 outp[0] = (pcb->chap_server.flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS;
507 if (code == CHAP_SUCCESS) {
526 if (code == CHAP_SUCCESS)
558 case CHAP_SUCCESS:
632 case CHAP_SUCCESS:
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap-new.c359 outp[0] = (pcb->chap_server.flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS;
507 if (code == CHAP_SUCCESS) {
526 if (code == CHAP_SUCCESS)
558 case CHAP_SUCCESS:
632 case CHAP_SUCCESS:
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dchap-new.h53 #define CHAP_SUCCESS 3 macro
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dchap-new.h49 #define CHAP_SUCCESS 3 macro

Completed in 13 milliseconds