Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Ddebug.h116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument
119 #define LWIP_ASSERT(message, assertion) argument
/btstack/3rd-party/lwip/core/
H A DCHANGELOG20 * sockets.c: fix bad assertion in lwip_poll_dec_sockets_used() (bug #54933)
2630 assertion check that addrlen isn't NULL.