Home
last modified time | relevance | path

Searched refs:CTRACE_ERROR (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dcore.c1097 CTRACE_ERROR("Falied to allocate tcp flow table.\n"); in InitializeMTCPManager()
1136 CTRACE_ERROR("Failed to allocate tcp flow pool.\n"); in InitializeMTCPManager()
1155 CTRACE_ERROR("Failed to create send ring buffer.\n"); in InitializeMTCPManager()
1222 CTRACE_ERROR("Failed to create connect queue.\n"); in InitializeMTCPManager()
1227 CTRACE_ERROR("Failed to create send queue.\n"); in InitializeMTCPManager()
1232 CTRACE_ERROR("Failed to create ack queue.\n"); in InitializeMTCPManager()
1237 CTRACE_ERROR("Failed to create close queue.\n"); in InitializeMTCPManager()
1242 CTRACE_ERROR("Failed to create close queue.\n"); in InitializeMTCPManager()
1247 CTRACE_ERROR("Failed to create reset queue.\n"); in InitializeMTCPManager()
1252 CTRACE_ERROR("Failed to create reset queue.\n"); in InitializeMTCPManager()
[all …]
H A Dtcp_in.c723 CTRACE_ERROR("Stream %d (TCP_ST_LISTEN): " in Handle_TCP_ST_LISTEN()
/mOS-networking-stack/core/src/include/
H A Ddebug.h41 #define CTRACE_ERROR(f, m...) { \ macro
47 #define CTRACE_ERROR(f, m...) (void)0 macro