Lines Matching defs:conf
166 struct app_conf * const conf = (struct app_conf *)blk->conf; in FeedAppConfLine() local
190 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in FeedMosConfLine() local
222 struct netdev_conf * const conf = (struct netdev_conf *)blk->conf; in FeedNetdevConfLine() local
293 struct arp_conf * const conf = (struct arp_conf *)blk->conf; in FeedArpConfLine() local
327 struct route_conf * const conf = (struct route_conf *)blk->conf; in FeedRouteConfLine() local
360 struct nic_forward_conf * const conf = (struct nic_forward_conf *)blk->conf; in FeedNICFwdConfLine() local
387 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in MosConfAddChild() local
408 struct app_conf * const conf = (struct app_conf *)blk->conf; in AppConfIsValid() local
449 struct netdev_conf * const conf = (struct netdev_conf *)blk->conf; in NetdevConfPrint() local
468 struct arp_conf * const conf = (struct arp_conf *)blk->conf; in ArpConfPrint() local
487 struct route_conf * const conf = (struct route_conf *)blk->conf; in RouteConfPrint() local
504 struct nic_forward_conf * const conf = (struct nic_forward_conf *)blk->conf; in NICFwdConfPrint() local
525 struct app_conf * const conf = (struct app_conf *)blk->conf; in AppConfPrint() local
538 struct mos_conf * const conf = (struct mos_conf *)blk->conf; in MosConfPrint() local
576 struct app_conf *conf = calloc(1, sizeof(struct app_conf)); in InitAppBlock() local
602 struct mos_conf *conf = calloc(1, sizeof(struct mos_conf)); in InitMosBlock() local
635 struct netdev_conf *conf = calloc(1, sizeof(struct netdev_conf)); in InitNetdevBlock() local
794 struct arp_conf *conf = calloc(1, sizeof(struct arp_conf)); in InitArpBlock() local
821 struct route_conf *conf = calloc(1, sizeof(struct route_conf)); in InitRouteBlock() local
848 struct nic_forward_conf *conf = calloc(1, sizeof(struct nic_forward_conf)); in InitNICForwardBlock() local
864 PrintConf(struct config *conf) in PrintConf()
879 CheckConfValidity(struct config *conf) in CheckConfValidity()