OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHAP_FAILURE
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
chap.h
37
#define
CHAP_FAILURE
4
chap.c
391
ChapOutput(chap->auth.physical,
CHAP_FAILURE
, chap->auth.id,
589
chap_Failure
(struct authinfo *authp)
620
ChapOutput(authp->physical,
CHAP_FAILURE
, authp->id, msg, strlen(msg) + 1,
678
auth_Init(&chap->auth, p, chap_Challenge, chap_Success,
chap_Failure
);
790
case
CHAP_FAILURE
:
825
case
CHAP_FAILURE
:
869
chap_Failure
(&chap->auth);
930
chap_Failure
(&chap->auth);
963
case
CHAP_FAILURE
:
/external/ppp/pppd/
chap-new.h
42
#define
CHAP_FAILURE
4
chap-new.c
367
p[0] = (ss->flags & AUTH_FAILED)?
CHAP_FAILURE
: CHAP_SUCCESS;
490
code =
CHAP_FAILURE
;
537
case
CHAP_FAILURE
:
611
case
CHAP_FAILURE
:
Completed in 196 milliseconds