Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Deap.c214 ppp_error("EAP: timeout waiting for Request from peer"); in eap_client_timeout()
679 ppp_error("EAP: too many Requests sent"); in eap_send_request()
681 ppp_error("EAP: no response to Requests"); in eap_send_request()
1000 ppp_error("EAP authentication failed due to Protocol-Reject"); in eap_protrej()
1005 ppp_error("EAP authentication of peer failed on Protocol-Reject"); in eap_protrej()
1346 ppp_error("EAP: empty Request message discarded"); in eap_request()
1405 ppp_error("EAP: received MD5-Challenge with no data"); in eap_request()
1412 ppp_error("EAP: MD5-Challenge with bad length %d (8..%d)", in eap_request()
1462 ppp_error("EAP: received empty SRP Request"); in eap_request()
1495 ppp_error("EAP: badly-formed SRP Challenge" in eap_request()
[all …]
Dutils.c645 void ppp_error(const char *fmt, ...) { in ppp_error() function
793 ppp_error("Can't create lock file %s", lock_file);
805 ppp_error("Can't get device number for %s: %m", dev);
809 ppp_error("Can't lock %s: not a character device", dev);
836 ppp_error("Can't create lock file %s: %m", lock_file);
845 ppp_error("Can't open existing lock file %s: %m", lock_file);
856 ppp_error("Can't read pid from lock file %s", lock_file);
922 ppp_error("Couldn't reopen lock file %s: %m", lock_file);
Dccp.c469 ppp_error("MPPE disabled, closing LCP"); in ccp_input()
531 ppp_error("MPPE required but peer negotiation failed"); in ccp_protrej()
592 ppp_error("MPPE required, but auth done in both directions."); in ccp_resetci()
597 ppp_error("MPPE required, but MS-CHAP[v2] auth not performed."); in ccp_resetci()
604 ppp_error("MPPE required, but keys are not available. " in ccp_resetci()
623 ppp_error("MPPE required, but both 40-bit and 128-bit disabled."); in ccp_resetci()
952 ppp_error("Refusing MPPE stateful mode offered by peer"); in ccp_nakci()
960 ppp_error("MPPE required but peer negotiation failed"); in ccp_nakci()
1038 ppp_error("MPPE required but peer refused"); in ccp_rejci()
1167 ppp_error("Refusing MPPE stateful mode offered by peer"); in ccp_reqci()
[all …]
Dchap_ms.c407 ppp_error("MS-CHAPv2 Success packet is badly formed."); in chapms2_check_success()
415 ppp_error("MS-CHAPv2 mutual authentication failed."); in chapms2_check_success()
425 ppp_error("MS-CHAPv2 Success packet is badly formed."); in chapms2_check_success()
486 ppp_error("Unknown MS-CHAP authentication failure: %.*v", in chapms_handle_failure()
493 ppp_error("MS-CHAP authentication failed: %v", p); in chapms_handle_failure()
Dchap-new.c169 ppp_error("CHAP: peer authentication already started!"); in chap_auth_peer()
201 ppp_error("CHAP: authentication with peer already started!"); in chap_auth_with_peer()
421 ppp_error("No CHAP secret found for authenticating %q", name);
530 ppp_error("CHAP authentication failed");
580 ppp_error("CHAP authentication failed due to protocol-reject");
Dupap.c209 ppp_error("No response to PAP authenticate-requests"); in upap_timeout()
289 ppp_error("PAP authentication failed due to protocol-reject"); in upap_protrej()
294 ppp_error("PAP authentication of peer failed (protocol-reject)"); in upap_protrej()
521 ppp_error("PAP authentication failed"); in upap_rauthnak()
Dfsm.c467 ppp_error("Received bad configure-ack: %P", inp, len); in fsm_rconfack()
527 ppp_error("Received bad configure-nak: %P", inp, len); in fsm_rconfnakrej()
534 ppp_error("Received bad configure-rej: %P", inp, len); in fsm_rconfnakrej()
Dauth.c1612 ppp_error("Can't open PAP password file %s: %m", filename);
1915 ppp_error("Secret for %s on %s is too long", client, server); in get_secret()
1936 ppp_error("Unable to obtain CHAP password for %s on %s from plugin", in get_secret()
1947 ppp_error("Can't open chap secret file %s: %m", filename); in get_secret()
1967 ppp_error("Secret for %s on %s is too long", client, server); in get_secret()
2007 ppp_error("Can't open srp secret file %s: %m", filename);
Dipv6cp.c1169 ppp_error("Could not determine remote LL address");
1174 ppp_error("Could not determine local LL address");
1179 ppp_error("local and remote LL addresses are equal");
Dipcp.c1902 ppp_error("Peer refused to agree to our IP address"); in ipcp_up()
1907 ppp_error("Could not determine local IP address"); in ipcp_up()
1958 ppp_error("Peer is not authorized to use remote address %I", ho->hisaddr); in ipcp_up()
1966 ppp_error("Peer is not authorized to use remote address %I", ho->hisaddr); in ipcp_up()
Dlcp.c624 ppp_error("Received Protocol-Reject for LCP!"); in lcp_protrej()
934 ppp_error("Bug in lcp_addci: wrong length"); in lcp_addci()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h621 void ppp_error(const char *fmt, ...); /* log an error message */