Home
last modified time | relevance | path

Searched refs:TRACE_INFO (Results 1 – 19 of 19) sorted by relevance

/mOS-networking-stack/core/src/
H A Deth_out.c76 TRACE_INFO("No interface set!\n"); in EthernetOutput()
81 TRACE_INFO("get_wptr() in io_module is undefined."); in EthernetOutput()
119 TRACE_INFO("get_wptr() in io_module is undefined."); in ForwardEthernetFrame()
H A Dicmp.c82 TRACE_INFO("[WARNING] The destination IP %u.%u.%u.%u " in ICMPOutput()
214 TRACE_INFO("[INFO] ICMP Destination Unreachable message received\n"); in ProcessICMPPacket()
218 TRACE_INFO("[INFO] ICMP Time Exceeded message received\n"); in ProcessICMPPacket()
222 TRACE_INFO("[INFO] Unsupported ICMP message type %x received\n", in ProcessICMPPacket()
H A Dip_out.c74 TRACE_INFO("[WARNING] The destination IP %u.%u.%u.%u " in ForwardIPPacket()
144 TRACE_INFO("[WARNING] The destination IP %u.%u.%u.%u " in IPOutputStandalone()
207 TRACE_INFO("[WARNING] The destination IP %u.%u.%u.%u " in IPOutput()
H A Dsocket.c88 TRACE_INFO("There are still not invalidate events remaining.\n"); in AllocateSocket()
105 TRACE_INFO("There are still not invalidate events remaining.\n"); in AllocateSocket()
H A Dmemory_mgt.c116 TRACE_INFO("mp_free_chunks: %u\n", mp->mp_free_chunks); in MPAllocateChunk()
H A Dtcp_stream_queue.c86 TRACE_INFO("[WARNING] Queue overflow. Set larger queue size! " in StreamInternalEnqueue()
H A Dfhash.c148 TRACE_INFO("[WARNING] HTSearch() cnt: %d!!\n", TCP_AR_CNT); in HTInsert()
H A Dcore.c565 TRACE_INFO("Got a connection request from app with state: %s", in HandleApplicationCalls()
1046 TRACE_INFO("MTCP thread %d finished.\n", ctx->cpu); in RunMainLoop()
1460 TRACE_INFO("CPU %d is in charge of printing stats.\n", printer); in mtcp_create_context()
1526 TRACE_INFO("MTCP thread %d joined.\n", mctx->cpu); in mtcp_free_context()
1796 TRACE_INFO("All MTCP threads are joined.\n"); in mtcp_destroy()
H A Dnetmap_module.c75 TRACE_INFO("Opening %s with j: %d (cpu: %d)\n", nifname, j, ctxt->cpu); in netmap_init_handle()
H A Ddebug.c19 TRACE_INFO("Failed to flush logs in the buffer.\n"); in flush_log_data()
H A Darp.c321 TRACE_INFO("[CPU%2d] ARP request timed out.\n", in ARPTimer()
H A Dmos_api.c577 TRACE_INFO("mtcp_sendpkt() only supports TCP packet for now.\n"); in mtcp_sendpkt()
/mOS-networking-stack/util/include/
H A Ddebug.h37 #define TRACE_INFO(f, m...) { \ macro
43 #define TRACE_INFO(f, m...) (void)0 macro
/mOS-networking-stack/core/src/include/
H A Ddebug.h74 #define TRACE_INFO(f, m...) { \ macro
80 #define TRACE_INFO(f, m...) (void)0 macro
87 #define TRACE_LOG(f, m...) TRACE_INFO(f, ##m)
/mOS-networking-stack/samples/epwget/
H A Depwget.c176 TRACE_INFO("Failed to create socket! (%s)\n", in CreateConnection()
554 TRACE_INFO("Invalid configuration\n"); in GlbInitWget()
759 TRACE_INFO("Wget thread %d waiting for mtcp to be destroyed.\n", core); in RunWget()
779 TRACE_INFO("run application on core %d\n", mctx->cpu); in RunApplication()
859 TRACE_INFO("Message test thread %d joined.\n", i); in main()
H A Depwget-mp.c175 TRACE_INFO("Failed to create socket! (%s)\n", in CreateConnection()
552 TRACE_INFO("Invalid configuration\n"); in GlbInitWget()
757 TRACE_INFO("Wget thread %d waiting for mtcp to be destroyed.\n", core); in RunWget()
777 TRACE_INFO("run application on core %d\n", mctx->cpu); in RunApplication()
/mOS-networking-stack/samples/epserver/
H A Depserver.c403 TRACE_INFO("Reading %s (%lu bytes)\n", in GlobInitServer()
581 TRACE_INFO("run application on core %d\n", mctx->cpu); in RunApplication()
661 TRACE_INFO("Message test thread %d joined.\n", i); in main()
H A Depserver-mp.c402 TRACE_INFO("Reading %s (%lu bytes)\n", in GlobInitServer()
580 TRACE_INFO("run application on core %d\n", mctx->cpu); in RunApplication()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c486 TRACE_INFO("Message test thread %d joined.\n", i); in main()