Searched refs:ppp_error_impl (Results 1 – 2 of 2) sorted by relevance
623 void ppp_error_impl(const char *fmt, ...); /* log an error message */630 #define ppp_error(x) do { if (LWIP_DEBUG_ENABLED(LOG_ERR)) { ppp_error_impl x; }} while(0)
645 void ppp_error_impl(const char *fmt, ...) { in ppp_error_impl() function
Completed in 12 milliseconds