Searched refs:ppp_dbglog_impl (Results 1 – 2 of 2) sorted by relevance
619 void ppp_dbglog_impl(const char *fmt, ...); /* log a debug message */626 #define ppp_dbglog(x) do { if (LWIP_DEBUG_ENABLED(LOG_DEBUG)) { ppp_dbglog_impl x; }} while(0)
692 void ppp_dbglog_impl(const char *fmt, ...) { in ppp_dbglog_impl() function
Completed in 8 milliseconds