Searched refs:module_func_block (Results 1 – 22 of 22) sorted by relevance
44 struct module_func_block;54 struct module_func_block** mod;94 struct module_func_block* module_factory(const char** str);
123 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()124 stack->num, sizeof(struct module_func_block*)); in modstack_config()182 typedef struct module_func_block* (*fbgetfunctype)(void);188 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()216 module_func_block* module_factory(const char** str) in module_factory()
50 struct module_func_block *dns64_get_funcblock(void);
1101 static struct module_func_block dns64_block = {1110 struct module_func_block *
95 struct module_func_block* ipsecmod_get_funcblock(void);
667 static struct module_func_block ipsecmod_block = {673 struct module_func_block*
76 struct module_func_block* ipset_get_funcblock(void);
495 static struct module_func_block ipset_block = {501 struct module_func_block * ipset_get_funcblock(void) { in ipset_get_funcblock()
112 struct module_func_block* cachedb_get_funcblock(void);
1015 static struct module_func_block cachedb_block = {1021 struct module_func_block*
240 struct module_func_block* val_get_funcblock(void);
3688 static struct module_func_block val_block = {3694 struct module_func_block*
298 static struct module_func_block dynlibmod_block = {304 struct module_func_block* dynlibmod_get_funcblock(void) in dynlibmod_get_funcblock()
48 struct module_func_block* dynlibmod_get_funcblock(void);
132 struct module_func_block* subnetmod_get_funcblock(void);
1247 static struct module_func_block subnetmod_block = {1253 struct module_func_block*
515 struct module_func_block* iter_get_funcblock(void);
4632 static struct module_func_block iter_block = {4638 struct module_func_block*
204 struct module_func_block* respip_get_funcblock(void);
1304 static struct module_func_block respip_block = {1310 struct module_func_block*
744 struct module_func_block { struct
136 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()