Lines Matching defs:respip

60 #include "respip/respip.h"
296 struct respip_set* respip = NULL;
300 if(!(respip = respip_set_create()))
301 fatal_exit("Could not create respip set: out of memory");
304 if(!respip_global_apply_cfg(respip, cfg))
305 fatal_exit("Could not setup respip set");
307 fatal_exit("Could not setup per-view respip sets");
310 respip_set_delete(respip);
752 && strcmp(cfg->module_conf, "respip iterator") != 0
753 && strcmp(cfg->module_conf, "respip validator iterator") != 0
754 && strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
755 && strcmp(cfg->module_conf, "respip dns64 iterator") != 0
758 && strcmp(cfg->module_conf, "python respip iterator") != 0
760 && strcmp(cfg->module_conf, "python respip validator iterator") != 0
775 && strcmp(cfg->module_conf, "dynlib respip iterator") != 0
782 && strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0
794 && strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0
796 && strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0
798 && strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0
800 && strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0
802 && strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0
804 && strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0
806 && strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0
808 && strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0
810 && strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0
812 && strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0
814 && strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0
816 && strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0
818 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
820 && strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0
822 && strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0
824 && strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0
828 && strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0
830 && strcmp(cfg->module_conf, "respip cachedb iterator") != 0
840 && strcmp(cfg->module_conf, "python respip cachedb iterator") != 0
842 && strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0
844 && strcmp(cfg->module_conf, "respip cachedb python iterator") != 0
846 && strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0
848 && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
851 && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
856 && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0
858 && strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
861 && strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
862 && strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
866 && strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0
868 && strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0
870 && strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0
872 && strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0
874 && strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0
878 && strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0
880 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
884 && strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0
886 && strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0
888 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
890 && strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0
892 && strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0
894 && strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0
898 && strcmp(cfg->module_conf, "validator ipset respip iterator") != 0
900 && strcmp(cfg->module_conf, "ipset respip iterator") != 0