Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dconfig.c327 struct route_conf * const conf = (struct route_conf *)blk->conf; in FeedRouteConfLine()
397 conf->route_table = (struct route_conf *)child->conf; in MosConfAddChild()
487 struct route_conf * const conf = (struct route_conf *)blk->conf; in RouteConfPrint()
715 FetchRouteKernelEntries(struct route_conf * const config) in FetchRouteKernelEntries()
821 struct route_conf *conf = calloc(1, sizeof(struct route_conf)); in InitRouteBlock()
1209 struct route_conf *route_conf = g_config.mos->route_table; in LoadConfigurationLowerHalf() local
1218 TAILQ_FOREACH(rwalk, &route_conf->list, link) { in LoadConfigurationLowerHalf()
/mOS-networking-stack/core/src/include/
H A Dconfig.h102 struct route_conf { struct
151 struct route_conf *route_table;