Home
last modified time | relevance | path

Searched refs:PRINTMSG (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h226 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } macro
228 #define PRINTMSG(m, l) macro
Dpap.c494 PRINTMSG(msg, msglen); in upap_rauthack()
535 PRINTMSG(msg, msglen); in upap_rauthnak()
Dchap.c665 PRINTMSG(inp, len); in ChapReceiveSuccess()
698 PRINTMSG(inp, len); in ChapReceiveFailure()
/external/ppp/pppd/
Dupap.c495 PRINTMSG(msg, msglen);
535 PRINTMSG(msg, msglen);
Dpppd.h800 #define PRINTMSG(m, l) { info("Remote message: %0.*v", l, m); } macro
Deap.c2034 PRINTMSG(inp, len);
2063 PRINTMSG(inp, len);