Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.c108 #define AUTH_FAILED 8 macro
267 ss->flags |= AUTH_DONE | AUTH_FAILED; in chap_timeout()
357 ss->flags |= AUTH_FAILED; in chap_handle_response()
367 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()
377 if (ss->flags & AUTH_FAILED) { in chap_handle_response()
508 cs->flags |= AUTH_FAILED; in chap_handle_status()