Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c414 case CHAP_SUCCESS:
606 ChapSendStatus(cstate, CHAP_SUCCESS);
667 code = CHAP_SUCCESS; /* they are the same! */
674 code = CHAP_SUCCESS;
682 code = CHAP_SUCCESS;
694 if (code == CHAP_SUCCESS) {
838 if (code == CHAP_SUCCESS)
977 case CHAP_SUCCESS:
H A Dchap.h57 #define CHAP_SUCCESS 3 macro