Searched refs:ppp_info (Results 1 – 6 of 6) sorted by relevance
| /lib/lwip/lwip/src/include/netif/ppp/ |
| A D | ppp_impl.h | 544 #define PRINTMSG(m, l) { ppp_info(("Remote message: %0.*v", l, m)); } 627 #define ppp_info(x) do { if (LWIP_DEBUG_ENABLED(LOG_INFO)) { ppp_info_impl x; }} while(0) macro
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | eap.c | 1343 ppp_info(("EAP: received too many Request messages")); in eap_request() 1362 ppp_info(("EAP: Identity prompt \"%.*q\"", len, inp)); in eap_request() 1396 ppp_info(("EAP: Notification \"%.*q\"", len, inp)); in eap_request() 1703 ppp_info(("EAP: unknown authentication type %d; Naking", typenum)); in eap_request() 1775 ppp_info(("EAP: unauthenticated peer name \"%.*q\"", len, inp)); in eap_response() 1791 ppp_info(("EAP: Nak Response with no suggested protocol")); in eap_response() 1951 ppp_info(("EAP: unable to validate client identity")); in eap_response() 1977 ppp_info(("EAP: unexpected SRP Subtype 4 Response")); in eap_response()
|
| A D | chap-new.c | 522 ppp_info(("%s: %.*v", msg, len, pkt)); 524 ppp_info(("%s", msg));
|
| A D | fsm.c | 591 ppp_info(("%s terminated by peer (%0.*v)", PROTO_NAME(f), len, p)); in fsm_rtermreq() 593 ppp_info(("%s terminated by peer", PROTO_NAME(f))); in fsm_rtermreq()
|
| A D | auth.c | 1361 ppp_info(("Connect time expired")); in connect_time_expired()
|
| A D | lcp.c | 2646 ppp_info(("No response to %d echo-requests", pcb->lcp_echos_pending)); in LcpLinkFailure()
|
Completed in 30 milliseconds