Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddebug.h74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/lib/liblwip/
DCHANGELOG2366 * api_lib.c: change return expression in netconn_addr and netconn_peer, because