Searched refs:ppp_info_impl (Results 1 – 2 of 2) sorted by relevance
620 void ppp_info_impl(const char *fmt, ...); /* log an informational message */627 #define ppp_info(x) do { if (LWIP_DEBUG_ENABLED(LOG_INFO)) { ppp_info_impl x; }} while(0)
681 void ppp_info_impl(const char *fmt, ...) { in ppp_info_impl() function
Completed in 9 milliseconds