Searched refs:CHAP_FAILURE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dchap.h37 #define CHAP_FAILURE 4 macro
H A Dchap.c391 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id,
620 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1,
790 case CHAP_FAILURE:
825 case CHAP_FAILURE:
963 case CHAP_FAILURE:
/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c154 #define CHAP_FAILURE 4 /* CHAP response failed */ macro
4098 case CHAP_FAILURE:
4186 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident,
5287 case CHAP_FAILURE: return "failure";

Completed in 90 milliseconds