module_func_block
static struct module_func_block dns64_block = {
struct module_func_block *
struct module_func_block *dns64_get_funcblock(void);
static struct module_func_block iter_block = {
struct module_func_block*
struct module_func_block* iter_get_funcblock(void);
static struct module_func_block respip_block = {
struct module_func_block*
struct module_func_block* respip_get_funcblock(void);
stack->mod = (struct module_func_block**)calloc((size_t)
stack->num, sizeof(struct module_func_block*));
typedef struct module_func_block* (*fbgetfunctype)(void);
static struct module_func_block* (*fb[])(void) = {
module_func_block* module_factory(const char** str)
struct module_func_block;
struct module_func_block** mod;
struct module_func_block* module_factory(const char** str);
static struct module_func_block val_block = {
struct module_func_block*
struct module_func_block* val_get_funcblock(void);
static struct module_func_block cachedb_block = {
struct module_func_block*
struct module_func_block* cachedb_get_funcblock(void);
static struct module_func_block dns64_block = {
struct module_func_block *
struct module_func_block *dns64_get_funcblock(void);
static struct module_func_block dynlibmod_block = {
struct module_func_block* dynlibmod_get_funcblock(void)
struct module_func_block* dynlibmod_get_funcblock(void);
static struct module_func_block subnetmod_block = {
struct module_func_block*
struct module_func_block* subnetmod_get_funcblock(void);
static struct module_func_block ipsecmod_block = {
struct module_func_block*
struct module_func_block* ipsecmod_get_funcblock(void);
static struct module_func_block ipset_block = {
struct module_func_block * ipset_get_funcblock(void) {
struct module_func_block* ipset_get_funcblock(void);
static struct module_func_block iter_block = {
struct module_func_block*
struct module_func_block* iter_get_funcblock(void);
static struct module_func_block respip_block = {
struct module_func_block*
struct module_func_block* respip_get_funcblock(void);
stack->mod = (struct module_func_block**)calloc((size_t)
stack->num, sizeof(struct module_func_block*));
typedef struct module_func_block* (*fbgetfunctype)(void);
static struct module_func_block* (*fb[])(void) = {
module_func_block* module_factory(const char** str)
struct module_func_block;
struct module_func_block** mod;
struct module_func_block* module_factory(const char** str);
check_mod(struct config_file* cfg, struct module_func_block* fb)
static struct module_func_block val_block = {
struct module_func_block*
struct module_func_block* val_get_funcblock(void);