Home | History | Annotate | Download | only in smallapp

Lines Matching defs:respip

60 #include "respip/respip.h"
296 struct respip_set* respip = NULL;
301 if(!(respip = respip_set_create()))
302 fatal_exit("Could not create respip set: out of memory");
305 if(!respip_global_apply_cfg(respip, cfg))
306 fatal_exit("Could not setup respip set");
308 fatal_exit("Could not setup per-view respip sets");
309 use_response_ip = !respip_set_is_empty(respip) || have_view_respip_cfg;
310 if(use_response_ip && !strstr(cfg->module_conf, "respip"))
311 fatal_exit("response-ip options require respip module");
314 respip_set_delete(respip);
786 /* Respip is known to *not* work with dns64. */
791 && strcmp(cfg->module_conf, "respip iterator") != 0
792 && strcmp(cfg->module_conf, "respip validator iterator") != 0
793 && strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
794 && strcmp(cfg->module_conf, "respip dns64 iterator") != 0
797 && strcmp(cfg->module_conf, "python respip iterator") != 0
799 && strcmp(cfg->module_conf, "python respip validator iterator") != 0
814 && strcmp(cfg->module_conf, "dynlib respip iterator") != 0
821 && strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0
833 && strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0
835 && strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0
837 && strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0
839 && strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0
841 && strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0
843 && strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0
845 && strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0
847 && strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0
849 && strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0
851 && strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0
853 && strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0
855 && strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0
857 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
859 && strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0
861 && strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0
863 && strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0
867 && strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0
869 && strcmp(cfg->module_conf, "respip cachedb iterator") != 0
879 && strcmp(cfg->module_conf, "python respip cachedb iterator") != 0
881 && strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0
883 && strcmp(cfg->module_conf, "respip cachedb python iterator") != 0
885 && strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0
887 && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
890 && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
895 && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0
897 && strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
900 && strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
901 && strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
905 && strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0
907 && strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0
909 && strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0
911 && strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0
913 && strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0
917 && strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0
919 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
923 && strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0
925 && strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0
927 respip validator iterator") != 0
929 && strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0
931 && strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0
933 && strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0
937 && strcmp(cfg->module_conf, "validator ipset respip iterator") != 0
939 && strcmp(cfg->module_conf, "ipset respip iterator") != 0
1010 if(is_rpz && !strstr(cfg->module_conf, "respip"))
1011 fatal_exit("RPZ requires the respip module");