Searched refs:CHAP_SUCCESS (Results 1 – 2 of 2) sorted by relevance
367 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()486 if (code == CHAP_SUCCESS) { in chap_handle_status()505 if (code == CHAP_SUCCESS) in chap_handle_status()538 case CHAP_SUCCESS: in chap_input()612 case CHAP_SUCCESS: in chap_print_pkt()
41 #define CHAP_SUCCESS 3 macro