Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
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()
Dchap.h85 #define CHAP_SUCCESS 3 macro
/external/ppp/pppd/
Dchap-new.c363 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()
501 if (code == CHAP_SUCCESS) { in chap_handle_status()
520 if (code == CHAP_SUCCESS) in chap_handle_status()
554 case CHAP_SUCCESS: in chap_input()
629 case CHAP_SUCCESS: in chap_print_pkt()
Dchap-new.h41 #define CHAP_SUCCESS 3 macro