Searched defs:LWIP_ERROR (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Ddebug.h75 # define LWIP_ERROR(x) do { LWIP_PLATFORM_DIAG(x); } while(0) macro
78 # define LWIP_ERROR(x) do {} while (0) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddebug.h73 #ifndef LWIP_ERROR
74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ macro
76 #endif /* LWIP_ERROR */

Completed in 207 milliseconds