Searched refs:LOG_ERR (Results 1 – 8 of 8) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | pap.c | 227 UPAPDEBUG(LOG_ERR, ("No response to PAP authenticate-requests\n")); in upap_timeout() 319 UPAPDEBUG(LOG_ERR, ("PAP authentication failed due to protocol-reject\n")); in upap_protrej() 323 UPAPDEBUG(LOG_ERR, ("PAP authentication of peer failed (protocol-reject)\n")); in upap_protrej() 541 UPAPDEBUG(LOG_ERR, ("PAP authentication failed\n")); in upap_rauthnak()
|
A D | pppdebug.h | 41 #define LOG_ERR (PPP_DEBUG | LWIP_DBG_LEVEL_SEVERE) macro
|
A D | ppp.c | 837 PPPDEBUG(LOG_ERR, ("pppifOutput[%d]: link not up\n", pd)); in pppifOutput() 1364 PPPDEBUG(LOG_ERR, ("sifup[%d]: netif_add failed\n", pd)); in sifup() 1578 PPPDEBUG(LOG_ERR, in pppSingleBuf() 1851 … PPPDEBUG(LOG_ERR, ("pppInProc[%d]: tcpip_callback() failed, dropping packet\n", pcrx->pd)); in pppInProc() 1946 PPPDEBUG(LOG_ERR, ("pppInProc[%d]: NO FREE MBUFS!\n", pcrx->pd)); in pppInProc() 1986 PPPDEBUG(LOG_ERR, ("pppInProcOverEthernet: too small for protocol field\n")); in pppInProcOverEthernet() 1994 PPPDEBUG(LOG_ERR, ("pppInProcOverEthernet: could not allocate room for header\n")); in pppInProcOverEthernet()
|
A D | chap.c | 241 CHAPDEBUG(LOG_ERR, ("Peer failed to respond to CHAP challenge\n")); in ChapChallengeTimeout() 630 CHAPDEBUG(LOG_ERR, ("CHAP peer authentication failed\n")); in ChapReceiveResponse() 701 CHAPDEBUG(LOG_ERR, ("CHAP authentication failed\n")); in ChapReceiveFailure()
|
A D | auth.c | 507 AUTHDEBUG(LOG_ERR, ("No secret found for PAP login\n")); in link_established() 1092 AUTHDEBUG(LOG_ERR, ("Secret for %s on %s is too long\n", client, server)); in get_secret() 1119 AUTHDEBUG(LOG_ERR, ("Secret for %s on %s is too long\n", client, server)); in get_secret()
|
A D | ppp_oe.c | 575 PPPDEBUG(LOG_ERR, ("pppoe_data_input: pbuf_header failed\n")); in pppoe_data_input() 615 PPPDEBUG(LOG_ERR, ("pppoe_data_input: pbuf_header PPPOE_HEADERLEN failed\n")); in pppoe_data_input() 678 PPPDEBUG(LOG_ERR, ("ERROR: pppoe_send_padi in state %d", sc->sc_state)); in pppoe_send_padi() 1070 …PPPDEBUG(LOG_ERR, ("pppoe: %c%c%"U16_F": pppoe_xmit: could not allocate room for header\n", sc->sc… in pppoe_xmit()
|
A D | ipcp.c | 1238 IPCPDEBUG(LOG_ERR, ("Could not determine remote IP address\n")); in ipcp_up() 1243 IPCPDEBUG(LOG_ERR, ("Could not determine local IP address\n")); in ipcp_up() 1256 IPCPDEBUG(LOG_ERR, ("Peer is not authorized to use remote address %s\n", in ipcp_up()
|
A D | lcp.c | 623 LCPDEBUG(LOG_ERR, ("Bug in lcp_addci: wrong length\n")); in lcp_addci()
|
Completed in 17 milliseconds