Lines Matching defs:blk

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()
974 struct conf_block *blk; in InitConfig() local
1044 DetectBlock(struct conf_block *blk, char *buf, int len) in DetectBlock()
1104 ParseBlock(struct conf_block *blk) in ParseBlock()