Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/
Dcc.h101 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ macro
105 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ macro
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c188 LWIP_ERROR("pbuf_copy_partial: invalid buf", (buf != NULL), return 0;); in pbuf_copy_partial()
189 LWIP_ERROR("pbuf_copy_partial: invalid dataptr", (dataptr != NULL), return 0;); in pbuf_copy_partial()