Searched defs:config (Results 1 – 6 of 6) sorted by relevance
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()647 FetchARPKernelEntries(struct arp_conf * const config) in FetchARPKernelEntries()715 FetchRouteKernelEntries(struct route_conf * const config) in FetchRouteKernelEntries()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()971 InitConfig(struct config *config) in InitConfig()1123 PatchCONFIG(struct config *config) in PatchCONFIG()
1 SUBDIRS=config scripts initscripts systemd outdated subdir
198 struct config { struct199 struct rule *rp; /* The rule upon which the configuration is based */ argument201 char *fws; /* Follow-set for this configuration only */ argument209 struct config *next; /* Next configuration in the state */ argument210 struct config *bp; /* The next basis configuration */ argument
1736 array *config = ((data_config *)srv->config_context->data[i])->value; in main() local
629 array *config; member
161 struct config { struct166 } g_config; argument