Searched refs:LWIP_PLATFORM_DIAG (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | stats.c | 66 LWIP_PLATFORM_DIAG(("\n%s\n\t", name)); in stats_display_proto() 67 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto() 69 LWIP_PLATFORM_DIAG(("fw: %"STAT_COUNTER_F"\n\t", proto->fw)); in stats_display_proto() 77 LWIP_PLATFORM_DIAG(("err: %"STAT_COUNTER_F"\n\t", proto->err)); in stats_display_proto() 85 LWIP_PLATFORM_DIAG(("\n%s\n\t", name)); in stats_display_igmp() 107 LWIP_PLATFORM_DIAG(("\nMEM %s\n\t", name)); in stats_display_mem() 108 LWIP_PLATFORM_DIAG(("avail: %"U32_F"\n\t", (u32_t)mem->avail)); in stats_display_mem() 109 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem() 110 LWIP_PLATFORM_DIAG(("max: %"U32_F"\n\t", (u32_t)mem->max)); in stats_display_mem() 111 LWIP_PLATFORM_DIAG(("err: %"U32_F"\n", (u32_t)mem->err)); in stats_display_mem() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | debug.h | 89 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_DIAG((message)) 99 #ifndef LWIP_PLATFORM_DIAG 110 LWIP_PLATFORM_DIAG(message); \
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | debug.h | 88 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_DIAG((message)) 98 #ifndef LWIP_PLATFORM_DIAG 109 LWIP_PLATFORM_DIAG(message); \
|
/AliOS-Things-master/hardware/chip/haas1000/aos/arch/ |
A D | cc.h | 91 #ifndef LWIP_PLATFORM_DIAG 92 #define LWIP_PLATFORM_DIAG(x) do {LWIP_ULOG_DIAG x;} while(0) macro 118 #define LWIP_PLATFORM_DIAG(x) do {printf x;} while(0)
|
/AliOS-Things-master/hardware/chip/rtl872xd/arch/ |
A D | cc.h | 82 #ifndef LWIP_PLATFORM_DIAG 83 #define LWIP_PLATFORM_DIAG(x) do {printf x ;} while(0) macro 107 #define LWIP_PLATFORM_DIAG(x) do {printf x;} while(0)
|
/AliOS-Things-master/components/py_engine/engine/extmod/lwip-include/arch/ |
A D | cc.h | 32 #define LWIP_PLATFORM_DIAG(x) macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/arch/ |
A D | cc.h | 94 #define LWIP_PLATFORM_DIAG(x) {hal_trace_printf_without_crlf_ts x;} macro
|
Completed in 13 milliseconds