Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dconfig.c190 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in FeedMosConfLine()
387 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in MosConfAddChild()
538 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in MosConfPrint()
602 struct mos_conf *conf = calloc(1, sizeof(struct mos_conf)); in InitMosBlock()
893 child = ((struct mos_conf *)walk->conf)->netdev; in CheckConfValidity()
897 child = ((struct mos_conf *)walk->conf)->arp; in CheckConfValidity()
901 child = ((struct mos_conf *)walk->conf)->route; in CheckConfValidity()
/mOS-networking-stack/core/src/include/
H A Dconfig.h131 struct mos_conf { struct
165 struct mos_conf *mos; argument