Home
last modified time | relevance | path

Searched refs:ip_forward (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dconfig.h125 int ip_forward; member
/mOS-networking-stack/core/src/
H A Dconfig.c184 else if (TRY_ASSIGN_NUM(ip_forward, conf, item, value)); in FeedAppConfLine()
531 printf("| ip_forward: %s\n", conf->ip_forward ? "forward" : "drop"); in AppConfPrint()
583 conf->ip_forward = 1; in InitAppBlock()
1150 g_config.mos->forward = g_config.mos->forward && app_conf->ip_forward; in PatchCONFIG()