Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dconfig.h28 struct conf_block;
33 typedef void (*ADDCHILD)(struct conf_block *blk, struct conf_block *child);
37 struct conf_block { struct
49 TAILQ_HEAD(, conf_block) *list; argument
51 TAILQ_ENTRY(conf_block) link;
154 struct conf_block *netdev;
155 struct conf_block *arp;
156 struct conf_block *route;
157 struct conf_block *nic_forward;
162 TAILQ_HEAD(, conf_block) app_blkh;
[all …]
/mOS-networking-stack/core/src/
H A Dconfig.c385 MosConfAddChild(struct conf_block *blk, struct conf_block *child) in MosConfAddChild()
866 struct conf_block *walk; in PrintConf()
881 struct conf_block *walk; in CheckConfValidity()
888 struct conf_block *child; in CheckConfValidity()
974 struct conf_block *blk; in InitConfig()
1025 static struct conf_block *
1043 struct conf_block *
1049 struct conf_block *nblk; in DetectBlock()
1110 struct conf_block *nblk; in ParseBlock()
1147 struct conf_block *bwalk; in PatchCONFIG()
[all …]
H A Dcore.c1661 struct conf_block *bwalk; in mtcp_getconf()