Home
last modified time | relevance | path

Searched refs:TRACE_API (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/
H A Dapi.c148 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_getsockname()
154 TRACE_API("Invalid addrlen: %d\n", *addrlen); in mtcp_getsockname()
161 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_getsockname()
195 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_getsockopt()
202 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_getsockopt()
225 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_getsockopt()
283 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_setsockopt()
290 TRACE_API("Invalid socket id: %d\n", sockid); in mtcp_setsockopt()
453 TRACE_API("invalid optname=%d\n", optname); in mtcp_setsockopt()
730 TRACE_API("Address already bound!\n"); in mtcp_bind()
[all …]
H A Deventpoll.c255 TRACE_API("Epoll id %d out of range.\n", epid); in mtcp_epoll_ctl()
261 TRACE_API("Socket id %d out of range.\n", sockid); in mtcp_epoll_ctl()
356 TRACE_API("Epoll id %d out of range.\n", epid); in mtcp_epoll_wait()
H A Dmos_api.c197 TRACE_API("Socket id %d out of range.\n", msock); in mtcp_set_uctx()
228 TRACE_API("Socket id %d out of range.\n", msock); in mtcp_get_uctx()
866 TRACE_API("Socket id %d out of range.\n", sockfd); in mtcp_getpeername()
/mOS-networking-stack/core/src/include/
H A Ddebug.h213 #define TRACE_API(f, m...) TRACE_FUNC("API", f, ##m) macro
215 #define TRACE_API(f, m...) (void)0 macro