Searched refs:ppp_warn_impl (Results 1 – 2 of 2) sorted by relevance
622 void ppp_warn_impl(const char *fmt, ...); /* log a warning message */629 #define ppp_warn(x) do { if (LWIP_DEBUG_ENABLED(LOG_WARNING)) { ppp_warn_impl x; }} while(0)
659 void ppp_warn_impl(const char *fmt, ...) { in ppp_warn_impl() function
Completed in 9 milliseconds