Searched refs:module_func_block (Results 1 – 22 of 22) sorted by relevance
44 struct module_func_block;54 struct module_func_block** mod;77 struct module_func_block* module_factory(const char** str);
113 stack->mod = (struct module_func_block**)calloc((size_t) in modstack_config()114 stack->num, sizeof(struct module_func_block*)); in modstack_config()168 typedef struct module_func_block* (*fbgetfunctype)(void);174 static struct module_func_block* (*fb[])(void) = { in module_funcs_avail()202 module_func_block* module_factory(const char** str) in module_factory()
50 struct module_func_block *dns64_get_funcblock(void);
1030 static struct module_func_block dns64_block = {1039 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);
616 static struct module_func_block ipsecmod_block = {622 struct module_func_block*
111 struct module_func_block* cachedb_get_funcblock(void);
854 static struct module_func_block cachedb_block = {860 struct module_func_block*
224 struct module_func_block* val_get_funcblock(void);
2898 static struct module_func_block val_block = {2904 struct module_func_block*
104 struct module_func_block* subnetmod_get_funcblock(void);
863 static struct module_func_block subnetmod_block = {868 struct module_func_block*
48 struct module_func_block* dynlibmod_get_funcblock(void);
297 static struct module_func_block dynlibmod_block = {303 struct module_func_block* dynlibmod_get_funcblock(void) in dynlibmod_get_funcblock()
432 struct module_func_block* iter_get_funcblock(void);
4020 static struct module_func_block iter_block = {4026 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*
678 struct module_func_block { struct
131 check_mod(struct config_file* cfg, struct module_func_block* fb) in check_mod()