Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dconfig.c35 int8_t mon_app_exists = 0; variable
1153 if (mon_app_exists == 0 && !strcmp(app_conf->type, "monitor")) in PatchCONFIG()
1154 mon_app_exists = 1; in PatchCONFIG()
1158 if (!end_app_exists && !mon_app_exists) mon_app_exists = 1; in PatchCONFIG()
H A Dcore.c1106 if (mon_app_exists) { in InitializeMTCPManager()
1166 if (mon_app_exists) { in InitializeMTCPManager()
1196 if (mon_app_exists) { in InitializeMTCPManager()
/mOS-networking-stack/core/src/include/
H A Dconfig.h30 extern int8_t mon_app_exists;