Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dconfig.c166 struct app_conf * const conf = (struct app_conf *)blk->conf; in FeedAppConfLine()
408 struct app_conf * const conf = (struct app_conf *)blk->conf; in AppConfIsValid()
525 struct app_conf * const conf = (struct app_conf *)blk->conf; in AppConfPrint()
576 struct app_conf *conf = calloc(1, sizeof(struct app_conf)); in InitAppBlock()
1149 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in PatchCONFIG() local
1150 g_config.mos->forward = g_config.mos->forward && app_conf->ip_forward; in PatchCONFIG()
1151 if (end_app_exists == 0 && !strcmp(app_conf->type, "end")) in PatchCONFIG()
1153 if (mon_app_exists == 0 && !strcmp(app_conf->type, "monitor")) in PatchCONFIG()
H A Dcore.c1663 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in mtcp_getconf() local
1664 for (j = 0; j < app_conf->app_argc; j++) in mtcp_getconf()
1665 conf->app_argv[i][j] = app_conf->app_argv[j]; in mtcp_getconf()
1666 conf->app_argc[i] = app_conf->app_argc; in mtcp_getconf()
1667 conf->app_cpu_mask[i] = app_conf->cpu_mask; in mtcp_getconf()
/mOS-networking-stack/core/src/include/
H A Dconfig.h121 struct app_conf { struct