Home
last modified time | relevance | path

Searched refs:LCPDEBUG (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.c291 LCPDEBUG(LOG_INFO, ("lcp_init: xmit_accm=%X %X %X %X\n", in lcp_init()
371 LCPDEBUG(LOG_INFO, ("lcp_lowerup: asyncmap=%X %X %X %X\n", in lcp_lowerup()
420 LCPDEBUG(LOG_INFO, ("lcp: Echo-Request, Rcvd id %d\n", id)); in lcp_extcode()
453 LCPDEBUG(LOG_INFO, ("lcp_rprotrej: Rcvd short Protocol-Reject packet!\n")); in lcp_rprotrej()
459 LCPDEBUG(LOG_INFO, ("lcp_rprotrej: Rcvd Protocol-Reject packet for %x!\n", prot)); in lcp_rprotrej()
466 LCPDEBUG(LOG_INFO, ("Protocol-Reject discarded: LCP in state %d\n", f->state)); in lcp_rprotrej()
480 LCPDEBUG(LOG_WARNING, ("Protocol-Reject for unsupported protocol 0x%x\n", prot)); in lcp_rprotrej()
494 LCPDEBUG(LOG_WARNING, ("lcp_protrej: Received Protocol-Reject for LCP!\n")); in lcp_protrej()
569 LCPDEBUG(LOG_INFO, ("lcp_addci: opt=%d\n", opt)); \ in lcp_addci()
575 LCPDEBUG(LOG_INFO, ("lcp_addci: INT opt=%d %X\n", opt, val)); \ in lcp_addci()
[all …]
Dpppdebug.h56 #define LCPDEBUG(a, b) LWIP_DEBUGF(a, b) macro
66 #define LCPDEBUG(a, b) macro
/external/ppp/pppd/
Dlcp.c565 LCPDEBUG(("lcp_rprotrej: Rcvd short Protocol-Reject packet!"));
576 LCPDEBUG(("Protocol-Reject discarded: LCP in state %d", f->state));
935 LCPDEBUG(("lcp_acki: received bad Ack!"));
1329 LCPDEBUG(("lcp_nakci: received bad Nak!"));
1490 LCPDEBUG(("lcp_rejci: received bad Reject!"));
1540 LCPDEBUG(("lcp_reqci: bad CI length!"));
1627 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE PAP, rejecting..."));
1651 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE CHAP, rejecting..."));
1686 LCPDEBUG(("lcp_reqci: rcvd AUTHTYPE EAP, rejecting..."));
1834 LCPDEBUG(("lcp_reqci: rcvd unknown option %d", citype));
[all …]
Dpppd.h881 #define LCPDEBUG(x) if (debug) dbglog x macro
883 #define LCPDEBUG(x) macro