Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dconfig.h121 struct app_conf { struct
122 char type[WORD_LEN];
123 char run[STR_LEN];
124 uint64_t cpu_mask;
125 int ip_forward;
127 int app_argc;
128 char *app_argv[MOS_APP_ARGC];
/mOS-networking-stack/core/src/
H A Dcore.c1663 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in mtcp_getconf() local
H A Dconfig.c1149 struct app_conf *app_conf = (struct app_conf *)bwalk->conf; in PatchCONFIG() local