Searched refs:PRINTMSG (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp.h | 226 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } macro 228 #define PRINTMSG(m, l) macro
|
D | pap.c | 494 PRINTMSG(msg, msglen); in upap_rauthack() 535 PRINTMSG(msg, msglen); in upap_rauthnak()
|
D | chap.c | 665 PRINTMSG(inp, len); in ChapReceiveSuccess() 698 PRINTMSG(inp, len); in ChapReceiveFailure()
|
/external/ppp/pppd/ |
D | upap.c | 495 PRINTMSG(msg, msglen); 535 PRINTMSG(msg, msglen);
|
D | pppd.h | 800 #define PRINTMSG(m, l) { info("Remote message: %0.*v", l, m); } macro
|
D | eap.c | 2034 PRINTMSG(inp, len); 2063 PRINTMSG(inp, len);
|