Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c480 PRINTMSG(msg, msglen); in upap_rauthack()
515 PRINTMSG(msg, msglen); in upap_rauthnak()
Deap.c2033 PRINTMSG(inp, len); in eap_success()
2058 PRINTMSG(inp, len); in eap_failure()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h542 #define PRINTMSG(m, l) { ppp_info("Remote message: %0.*v", l, m); } macro