Searched refs:ppp_fatal_impl (Results 1 – 2 of 2) sorted by relevance
624 void ppp_fatal_impl(const char *fmt, ...); /* log an error message and die(1) */631 #define ppp_fatal(x) do { if (LWIP_DEBUG_ENABLED(LOG_CRITICAL)) { ppp_fatal_impl x; }} while(0)
632 void ppp_fatal_impl(const char *fmt, ...) { in ppp_fatal_impl() function