Lines Matching refs:conf_block

164 FeedAppConfLine(struct conf_block *blk, char *line, int len)  in FeedAppConfLine()
188 FeedMosConfLine(struct conf_block *blk, char *line, int len) in FeedMosConfLine()
220 FeedNetdevConfLine(struct conf_block *blk, char *line, int len) in FeedNetdevConfLine()
291 FeedArpConfLine(struct conf_block *blk, char *line, int len) in FeedArpConfLine()
325 FeedRouteConfLine(struct conf_block *blk, char *line, int len) in FeedRouteConfLine()
358 FeedNICFwdConfLine(struct conf_block *blk, char *line, int len) in FeedNICFwdConfLine()
385 MosConfAddChild(struct conf_block *blk, struct conf_block *child) in MosConfAddChild()
406 AppConfIsValid(struct conf_block *blk) in AppConfIsValid()
417 MosConfIsValid(struct conf_block *blk) in MosConfIsValid()
423 NetdevConfIsValid(struct conf_block *blk) in NetdevConfIsValid()
429 ArpConfIsValid(struct conf_block *blk) in ArpConfIsValid()
435 RouteConfIsValid(struct conf_block *blk) in RouteConfIsValid()
441 NICFwdConfIsValid(struct conf_block *blk) in NICFwdConfIsValid()
447 NetdevConfPrint(struct conf_block *blk) in NetdevConfPrint()
466 ArpConfPrint(struct conf_block *blk) in ArpConfPrint()
485 RouteConfPrint(struct conf_block *blk) in RouteConfPrint()
501 NICFwdConfPrint(struct conf_block *blk) in NICFwdConfPrint()
523 AppConfPrint(struct conf_block *blk) in AppConfPrint()
536 MosConfPrint(struct conf_block *blk) in MosConfPrint()
565 InitAppBlock(struct config *config, struct conf_block *blk) in InitAppBlock()
591 InitMosBlock(struct config *config, struct conf_block *blk) in InitMosBlock()
624 InitNetdevBlock(struct config *config, struct conf_block *blk) in InitNetdevBlock()
783 InitArpBlock(struct config *config, struct conf_block *blk) in InitArpBlock()
810 InitRouteBlock(struct config *config, struct conf_block *blk) in InitRouteBlock()
837 InitNICForwardBlock(struct config *config, struct conf_block *blk) in InitNICForwardBlock()
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()
982 blk = calloc(1, sizeof(struct conf_block)); in InitConfig()
988 blk = calloc(1, sizeof(struct conf_block)); in InitConfig()
996 blk = calloc(1, sizeof(struct conf_block)); in InitConfig()
1002 blk = calloc(1, sizeof(struct conf_block)); in InitConfig()
1008 blk = calloc(1, sizeof(struct conf_block)); in InitConfig()
1014 blk = calloc (1, sizeof(struct conf_block)); in InitConfig()
1025 static struct conf_block *
1028 struct conf_block *walk, *tmp; in AllocateBlock()
1043 struct conf_block *
1044 DetectBlock(struct conf_block *blk, char *buf, int len) in DetectBlock()
1049 struct conf_block *nblk; in DetectBlock()
1104 ParseBlock(struct conf_block *blk) in ParseBlock()
1110 struct conf_block *nblk; in ParseBlock()
1147 struct conf_block *bwalk; in PatchCONFIG()
1187 struct conf_block *nblk; in LoadConfigurationUpperHalf()