Home
last modified time | relevance | path

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

/netbsd/external/bsd/ppp/dist/pppd/
H A Dchap-new.c410 p[0] = (ss->flags & AUTH_FAILED)? CHAP_FAILURE: CHAP_SUCCESS; in chap_handle_response()
551 if (code == CHAP_SUCCESS) { in chap_handle_status()
570 if (code == CHAP_SUCCESS) in chap_handle_status()
604 case CHAP_SUCCESS: in chap_input()
679 case CHAP_SUCCESS: in chap_print_pkt()
H A Dchap-new.h43 #define CHAP_SUCCESS 3 macro
H A Deap.h74 #define CHAP_SUCCESS 3 macro
H A Deap.c870 if (opcode == CHAP_SUCCESS) { in eap_chapms2_send_request()
2276 case CHAP_SUCCESS: { in eap_request()
2282 status = CHAP_SUCCESS; in eap_request()
2656 CHAP_SUCCESS, in eap_response()
2675 case CHAP_SUCCESS: in eap_response()
3061 case CHAP_SUCCESS: in eap_printpkt()
3301 case CHAP_SUCCESS: in eap_printpkt()
/netbsd/sys/net/
H A Dif_spppsubr.c197 #define CHAP_SUCCESS 3 /* CHAP response ok */ macro
4682 case CHAP_SUCCESS: in sppp_chap_input()
5441 type = cp->proto == PPP_CHAP ? CHAP_SUCCESS : PAP_ACK; in sppp_auth_screply()
6332 case CHAP_SUCCESS: return "success"; in sppp_auth_type_name()