Searched refs:assertion (Results 1 – 6 of 6) sorted by relevance
116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument119 #define LWIP_ASSERT(message, assertion) argument
52 void __assert_fail(const char *assertion, const char *file, unsigned int line, in __assert_fail() argument57 assertion); in __assert_fail()
53 #define LWIP_ASSERT(message, assertion) argument
38 * file. If this test assertion fails, you've presumably broken backward
107 * tcp.c: fix overflow check in tcp_recved triggering invalid assertion (bug #55015)117 * sockets.c: fix bad assertion in lwip_poll_dec_sockets_used() (bug #54933)2727 assertion check that addrlen isn't NULL.
3397 * Fix the buffer length assertion in the ssl_parse_certificate_request()
Completed in 45 milliseconds