Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dchap.c393 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()
534 if (code == CHAP_SUCCESS) { in chap_handle_status()
553 if (code == CHAP_SUCCESS) in chap_handle_status()
587 case CHAP_SUCCESS: in chap_input()
662 case CHAP_SUCCESS: in chap_print_pkt()
Dchap.h46 #define CHAP_SUCCESS 3 macro
Deap.h80 #define CHAP_SUCCESS 3 macro
Dpeap.c428 case CHAP_SUCCESS: { in peap_do_inner_eap()
433 status = CHAP_SUCCESS; in peap_do_inner_eap()
Deap.c801 if (opcode == CHAP_SUCCESS) { in eap_chapms2_send_request()
2249 case CHAP_SUCCESS: { in eap_request()
2255 status = CHAP_SUCCESS; in eap_request()
2685 CHAP_SUCCESS, in eap_response()
2704 case CHAP_SUCCESS: in eap_response()
3109 case CHAP_SUCCESS: in eap_printpkt()
3351 case CHAP_SUCCESS: in eap_printpkt()
/netbsd/src/sys/net/
Dif_spppsubr.c197 #define CHAP_SUCCESS 3 /* CHAP response ok */ macro
4672 case CHAP_SUCCESS: in sppp_chap_input()
5431 type = cp->proto == PPP_CHAP ? CHAP_SUCCESS : PAP_ACK; in sppp_auth_screply()
6322 case CHAP_SUCCESS: return "success"; in sppp_auth_type_name()