Searched refs:CHAP_FAILURE (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/pppd/ |
| D | chap.c | 380 case CHAP_FAILURE: 534 ChapSendStatus(cstate, CHAP_FAILURE); 566 code = CHAP_FAILURE; 871 case CHAP_FAILURE:
|
| D | chap.h | 69 #define CHAP_FAILURE 4 macro
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | chap.h | 37 #define CHAP_FAILURE 4 macro
|
| D | chap.c | 396 ChapOutput(chap->auth.physical, CHAP_FAILURE, chap->auth.id, in chap_Respond() 627 ChapOutput(authp->physical, CHAP_FAILURE, authp->id, msg, strlen(msg) + 1, in chap_Failure() 796 case CHAP_FAILURE: in chap_Input() 831 case CHAP_FAILURE: in chap_Input() 970 case CHAP_FAILURE: in chap_Input()
|
| /mirbsd/src/sys/net/ |
| D | if_spppsubr.c | 197 #define CHAP_FAILURE 4 /* CHAP response failed */ macro 3158 case CHAP_FAILURE: in sppp_chap_input() 3247 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident, in sppp_chap_input() 4197 case CHAP_FAILURE: return "failure"; in sppp_auth_type_name()
|