Home
last modified time | relevance | path

Searched refs:stat_print (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dconfig.h57 int stat_print; member
144 char stat_print[STR_LEN]; member
H A Dmtcp.h150 int stat_print; member
/mOS-networking-stack/
H A D.standalone-template.conf22 stat_print =__devicelist
H A D.end-template.conf33 stat_print =__devicelist
/mOS-networking-stack/core/src/
H A Dconfig.c211 else if (TRY_ASSIGN_STR(stat_print, conf, item, value)); in FeedMosConfLine()
550 printf("| stat_print: %s\n", conf->stat_print); in MosConfPrint()
1161 str = g_config.mos->stat_print; in PatchCONFIG()
1166 g_config.mos->netdev_table->ent[i]->stat_print = TRUE; in PatchCONFIG()
H A Dcore.c197 if (g_config.mos->netdev_table->ent[i]->stat_print) { in PrintThreadNetworkStats()
292 bool stat_print = false; in PrintNetworkStats() local
336 if (g_config.mos->netdev_table->ent[i]->stat_print) { in PrintNetworkStats()
348 stat_print = true; in PrintNetworkStats()
351 if (stat_print) { in PrintNetworkStats()