Searched refs:module_func_block (Results 1 – 20 of 20) sorted by relevance
44 struct module_func_block;54 struct module_func_block** mod;77 struct module_func_block* module_factory(const char** str);
110 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()111 stack->num, sizeof(struct module_func_block*)); in modstack_config()163 typedef struct module_func_block* (*fbgetfunctype)(void);169 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()194 module_func_block* module_factory(const char** str) in module_factory()
50 struct module_func_block *dns64_get_funcblock(void);
1020 static struct module_func_block dns64_block = {1029 struct module_func_block *
72 struct module_func_block* ipset_get_funcblock(void);
374 static struct module_func_block ipset_block = {380 struct module_func_block * ipset_get_funcblock(void) { in ipset_get_funcblock()
95 struct module_func_block* ipsecmod_get_funcblock(void);
599 static struct module_func_block ipsecmod_block = {605 struct module_func_block*
111 struct module_func_block* cachedb_get_funcblock(void);
846 static struct module_func_block cachedb_block = {852 struct module_func_block*
97 struct module_func_block* subnetmod_get_funcblock(void);
848 static struct module_func_block subnetmod_block = {853 struct module_func_block*
247 struct module_func_block* val_get_funcblock(void);
3267 static struct module_func_block val_block = {3273 struct module_func_block*
424 struct module_func_block* iter_get_funcblock(void);
3940 static struct module_func_block iter_block = {3946 struct module_func_block*
192 struct module_func_block* respip_get_funcblock(void);
1253 static struct module_func_block respip_block = {1259 struct module_func_block*
671 struct module_func_block { struct
129 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()