Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dconfig.c396 conf->route = child; in MosConfAddChild()
557 if (conf->route) in MosConfPrint()
558 conf->route->print(conf->route); in MosConfPrint()
830 config->mos->route = blk; in InitRouteBlock()
901 child = ((struct mos_conf *)walk->conf)->route; in CheckConfValidity()
/mOS-networking-stack/core/src/include/
H A Dconfig.h156 struct conf_block *route; member