Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/netif/ppp/
A Deap.c679 ppp_error(("EAP: too many Requests sent")); in eap_send_request()
681 ppp_error(("EAP: no response to Requests")); in eap_send_request()
1468 ppp_error(("EAP: received empty SRP Request")); in eap_request()
1501 ppp_error(("EAP: badly-formed SRP Challenge" in eap_request()
1532 ppp_error(("EAP: badly-formed SRP Challenge" in eap_request()
1545 ppp_error(("EAP: badly-formed SRP Challenge" in eap_request()
1627 ppp_error(("EAP: SRP server is rogue")); in eap_request()
1657 ppp_error(("EAP: SRP server verification " in eap_request()
1842 ppp_error(("EAP: unexpected MD5-Response")); in eap_response()
1908 ppp_error(("EAP: empty SRP Response")); in eap_response()
[all …]
A Dccp.c469 ppp_error(("MPPE disabled, closing LCP")); in ccp_input()
531 ppp_error(("MPPE required but peer negotiation failed")); in ccp_protrej()
604 ppp_error(("MPPE required, but keys are not available. " 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()
1378 ppp_error(("MPPE required but peer negotiation failed")); in ccp_reqci()
1504 ppp_error(("MPPE disabled")); in ccp_down()
1674 ppp_error(("Lost compression sync: disabling compression")); in ccp_datainput()
[all …]
A Dutils.c793 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));
A 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"));
A 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()
A 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()
523 ppp_error(("PAP authentication failed")); in upap_rauthnak()
A 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()
A Dauth.c1614 ppp_error(("Can't open PAP password file %s: %m", filename));
1917 ppp_error(("Secret for %s on %s is too long", client, server)); in get_secret()
1939 ppp_error(("Unable to obtain CHAP password for %s on %s from plugin", in get_secret()
1950 ppp_error(("Can't open chap secret file %s: %m", filename)); in get_secret()
1970 ppp_error(("Secret for %s on %s is too long", client, server)); in get_secret()
2010 ppp_error(("Can't open srp secret file %s: %m", filename));
A 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"));
A 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()
A Dlcp.c624 ppp_error(("Received Protocol-Reject for LCP!")); in lcp_protrej()
934 ppp_error(("Bug in lcp_addci: wrong length")); in lcp_addci()
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp_impl.h630 #define ppp_error(x) do { if (LWIP_DEBUG_ENABLED(LOG_ERR)) { ppp_error_impl x; }} while(0) macro

Completed in 35 milliseconds