Lines Matching refs:respip

60 #include "respip/respip.h"
292 struct respip_set* respip = NULL;
296 if(!(respip = respip_set_create()))
297 fatal_exit("Could not create respip set: out of memory");
300 if(!respip_global_apply_cfg(respip, cfg))
301 fatal_exit("Could not setup respip set");
303 fatal_exit("Could not setup per-view respip sets");
306 respip_set_delete(respip);
746 && strcmp(cfg->module_conf, "respip iterator") != 0
747 && strcmp(cfg->module_conf, "respip validator iterator") != 0
748 && strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
749 && strcmp(cfg->module_conf, "respip dns64 iterator") != 0
752 && strcmp(cfg->module_conf, "python respip iterator") != 0
754 && strcmp(cfg->module_conf, "python respip validator iterator") != 0
769 && strcmp(cfg->module_conf, "dynlib respip iterator") != 0
776 && strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0
788 && strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0
790 && strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0
792 && strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0
794 && strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0
796 && strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0
798 && strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0
800 && strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0
802 && strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0
804 && strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0
806 && strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0
808 && strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0
810 && strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0
812 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
814 && strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0
816 && strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0
818 && strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0
822 && strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0
824 && strcmp(cfg->module_conf, "respip cachedb iterator") != 0
834 && strcmp(cfg->module_conf, "python respip cachedb iterator") != 0
836 && strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0
838 && strcmp(cfg->module_conf, "respip cachedb python iterator") != 0
840 && strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0
842 && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
845 && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
850 && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0
852 && strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
855 && strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
856 && strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
860 && strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0
862 && strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0
864 && strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0
866 && strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0
868 && strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0
872 && strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0
874 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
878 && strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0
880 && strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0
882 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
884 && strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0
886 && strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0
888 && strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0
892 && strcmp(cfg->module_conf, "validator ipset respip iterator") != 0
894 && strcmp(cfg->module_conf, "ipset respip iterator") != 0