Home
last modified time | relevance | path

Searched refs:TRACE_CONFIG (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Darp.c178 TRACE_CONFIG("Learned new arp entry.\n"); in RegisterARPEntry()
336 TRACE_CONFIG("ARP Table:\n"); in PrintARPTable()
341 TRACE_CONFIG("IP addr: %u.%u.%u.%u, " in PrintARPTable()
352 TRACE_CONFIG("(blank)\n"); in PrintARPTable()
354 TRACE_CONFIG("----------------------------------------------------------" in PrintARPTable()
H A Dcore.c1690 TRACE_CONFIG("Configuration updated by mtcp_setconf().\n"); in mtcp_setconf()
1703 TRACE_CONFIG("[CAUTION] Run as root if mlock is necessary.\n"); in mtcp_init()
1705 TRACE_CONFIG("[CAUTION] Run the app as root!\n"); in mtcp_init()
1721 TRACE_CONFIG("Error occured while loading configuration.\n"); in mtcp_init()
1745 TRACE_CONFIG("Error occured while create address pool[%d]\n", in mtcp_init()
H A Dconfig.c77 TRACE_CONFIG("Loading multi-process configuration\n"); in SetMultiProcessSupport()
81 TRACE_CONFIG("No option for multi-process support given!\n"); in SetMultiProcessSupport()
/mOS-networking-stack/samples/epwget/
H A Depwget.c582 TRACE_CONFIG("Application configuration:\n"); in GlbInitWget()
583 TRACE_CONFIG("URL: %s\n", path); in GlbInitWget()
584 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget()
585 TRACE_CONFIG("# of cores: %d\n", core_limit); in GlbInitWget()
586 TRACE_CONFIG("Concurrency: %d\n", total_concurrency); in GlbInitWget()
H A Depwget-mp.c580 TRACE_CONFIG("Application configuration:\n"); in GlbInitWget()
581 TRACE_CONFIG("URL: %s\n", path); in GlbInitWget()
582 TRACE_CONFIG("# of total_flows: %d\n", total_flows); in GlbInitWget()
583 TRACE_CONFIG("# of cores: %d\n", core_limit); in GlbInitWget()
584 TRACE_CONFIG("Concurrency: %d\n", total_concurrency); in GlbInitWget()
/mOS-networking-stack/util/include/
H A Ddebug.h8 #define TRACE_CONFIG(f, m...) fprintf(stdout, f, ##m) macro
/mOS-networking-stack/core/src/include/
H A Ddebug.h84 #define TRACE_CONFIG(f, m...) fprintf(stderr, f, ##m) macro