Lines Matching refs:module_conf
356 if(use_response_ip && !strstr(cfg->module_conf, "respip"))
693 check_modules_exist(const char* module_conf)
696 const char* s = module_conf;
801 if(cfg->disable_edns_do && strstr(cfg->module_conf, "validator")
819 if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) {
829 /* check that the modules listed in module_conf exist */
830 check_modules_exist(cfg->module_conf);
832 if(strcmp(cfg->module_conf, "iterator") != 0
833 && strcmp(cfg->module_conf, "validator iterator") != 0
834 && strcmp(cfg->module_conf, "dns64 validator iterator") != 0
835 && strcmp(cfg->module_conf, "dns64 iterator") != 0
836 && strcmp(cfg->module_conf, "respip iterator") != 0
837 && strcmp(cfg->module_conf, "respip validator iterator") != 0
838 && strcmp(cfg->module_conf, "respip dns64 validator iterator") != 0
839 && strcmp(cfg->module_conf, "respip dns64 iterator") != 0
841 && strcmp(cfg->module_conf, "python iterator") != 0
842 && strcmp(cfg->module_conf, "python respip iterator") != 0
843 && strcmp(cfg->module_conf, "python validator iterator") != 0
844 && strcmp(cfg->module_conf, "python respip validator iterator") != 0
845 && strcmp(cfg->module_conf, "validator python iterator") != 0
846 && strcmp(cfg->module_conf, "dns64 python iterator") != 0
847 && strcmp(cfg->module_conf, "dns64 python validator iterator") != 0
848 && strcmp(cfg->module_conf, "dns64 validator python iterator") != 0
849 && strcmp(cfg->module_conf, "python dns64 iterator") != 0
850 && strcmp(cfg->module_conf, "python dns64 validator iterator") != 0
853 && strcmp(cfg->module_conf, "dynlib iterator") != 0
854 && strcmp(cfg->module_conf, "dynlib dynlib iterator") != 0
855 && strcmp(cfg->module_conf, "dynlib dynlib dynlib iterator") != 0
856 && strcmp(cfg->module_conf, "python dynlib iterator") != 0
857 && strcmp(cfg->module_conf, "python dynlib dynlib iterator") != 0
858 && strcmp(cfg->module_conf, "python dynlib dynlib dynlib iterator") != 0
859 && strcmp(cfg->module_conf, "dynlib respip iterator") != 0
860 && strcmp(cfg->module_conf, "dynlib validator iterator") != 0
861 && strcmp(cfg->module_conf, "dynlib dynlib validator iterator") != 0
862 && strcmp(cfg->module_conf, "dynlib dynlib dynlib validator iterator") != 0
863 && strcmp(cfg->module_conf, "python dynlib validator iterator") != 0
864 && strcmp(cfg->module_conf, "python dynlib dynlib validator iterator") != 0
865 && strcmp(cfg->module_conf, "python dynlib dynlib dynlib validator iterator") != 0
866 && strcmp(cfg->module_conf, "dynlib respip validator iterator") != 0
867 && strcmp(cfg->module_conf, "validator dynlib iterator") != 0
868 && strcmp(cfg->module_conf, "dns64 dynlib iterator") != 0
869 && strcmp(cfg->module_conf, "dns64 dynlib validator iterator") != 0
870 && strcmp(cfg->module_conf, "dns64 validator dynlib iterator") != 0
871 && strcmp(cfg->module_conf, "dynlib dns64 iterator") != 0
872 && strcmp(cfg->module_conf, "dynlib dns64 validator iterator") != 0
873 && strcmp(cfg->module_conf, "dynlib dns64 cachedb iterator") != 0
874 && strcmp(cfg->module_conf, "dynlib dns64 validator cachedb iterator") != 0
875 && strcmp(cfg->module_conf, "dns64 dynlib cachedb iterator") != 0
876 && strcmp(cfg->module_conf, "dns64 dynlib validator cachedb iterator") != 0
877 && strcmp(cfg->module_conf, "dynlib cachedb iterator") != 0
878 && strcmp(cfg->module_conf, "dynlib respip cachedb iterator") != 0
879 && strcmp(cfg->module_conf, "dynlib validator cachedb iterator") != 0
880 && strcmp(cfg->module_conf, "dynlib respip validator cachedb iterator") != 0
881 && strcmp(cfg->module_conf, "cachedb dynlib iterator") != 0
882 && strcmp(cfg->module_conf, "respip cachedb dynlib iterator") != 0
883 && strcmp(cfg->module_conf, "validator cachedb dynlib iterator") != 0
884 && strcmp(cfg->module_conf, "respip validator cachedb dynlib iterator") != 0
885 && strcmp(cfg->module_conf, "validator dynlib cachedb iterator") != 0
886 && strcmp(cfg->module_conf, "respip validator dynlib cachedb iterator") != 0
887 && strcmp(cfg->module_conf, "dynlib subnetcache iterator") != 0
888 && strcmp(cfg->module_conf, "dynlib respip subnetcache iterator") != 0
889 && strcmp(cfg->module_conf, "subnetcache dynlib iterator") != 0
890 && strcmp(cfg->module_conf, "respip subnetcache dynlib iterator") != 0
891 && strcmp(cfg->module_conf, "dynlib subnetcache validator iterator") != 0
892 && strcmp(cfg->module_conf, "dynlib respip subnetcache validator iterator") != 0
893 && strcmp(cfg->module_conf, "subnetcache dynlib validator iterator") != 0
894 && strcmp(cfg->module_conf, "respip subnetcache dynlib validator iterator") != 0
895 && strcmp(cfg->module_conf, "subnetcache validator dynlib iterator") != 0
896 && strcmp(cfg->module_conf, "respip subnetcache validator dynlib iterator") != 0
897 && strcmp(cfg->module_conf, "dynlib ipsecmod iterator") != 0
898 && strcmp(cfg->module_conf, "dynlib ipsecmod respip iterator") != 0
899 && strcmp(cfg->module_conf, "ipsecmod dynlib iterator") != 0
900 && strcmp(cfg->module_conf, "ipsecmod dynlib respip iterator") != 0
901 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
902 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
903 && strcmp(cfg->module_conf, "dynlib ipsecmod validator iterator") != 0
904 && strcmp(cfg->module_conf, "dynlib ipsecmod respip validator iterator") != 0
905 && strcmp(cfg->module_conf, "ipsecmod dynlib validator iterator") != 0
906 && strcmp(cfg->module_conf, "ipsecmod dynlib respip validator iterator") != 0
907 && strcmp(cfg->module_conf, "ipsecmod validator dynlib iterator") != 0
908 && strcmp(cfg->module_conf, "ipsecmod respip validator dynlib iterator") != 0
911 && strcmp(cfg->module_conf, "validator cachedb iterator") != 0
912 && strcmp(cfg->module_conf, "respip validator cachedb iterator") != 0
913 && strcmp(cfg->module_conf, "cachedb iterator") != 0
914 && strcmp(cfg->module_conf, "respip cachedb iterator") != 0
915 && strcmp(cfg->module_conf, "dns64 validator cachedb iterator") != 0
916 && strcmp(cfg->module_conf, "dns64 cachedb iterator") != 0
917 && strcmp(cfg->module_conf, "respip dns64 validator cachedb iterator") != 0
920 && strcmp(cfg->module_conf, "python dns64 cachedb iterator") != 0
921 && strcmp(cfg->module_conf, "python dns64 validator cachedb iterator") != 0
922 && strcmp(cfg->module_conf, "dns64 python cachedb iterator") != 0
923 && strcmp(cfg->module_conf, "dns64 python validator cachedb iterator") != 0
924 && strcmp(cfg->module_conf, "python cachedb iterator") != 0
925 && strcmp(cfg->module_conf, "python respip cachedb iterator") != 0
926 && strcmp(cfg->module_conf, "python validator cachedb iterator") != 0
927 && strcmp(cfg->module_conf, "python respip validator cachedb iterator") != 0
928 && strcmp(cfg->module_conf, "cachedb python iterator") != 0
929 && strcmp(cfg->module_conf, "respip cachedb python iterator") != 0
930 && strcmp(cfg->module_conf, "validator cachedb python iterator") != 0
931 && strcmp(cfg->module_conf, "respip validator cachedb python iterator") != 0
932 && strcmp(cfg->module_conf, "validator python cachedb iterator") != 0
933 && strcmp(cfg->module_conf, "respip validator python cachedb iterator") != 0
936 && strcmp(cfg->module_conf, "respip subnetcache validator cachedb iterator") != 0
937 && strcmp(cfg->module_conf, "subnetcache validator cachedb iterator") != 0
940 && strcmp(cfg->module_conf, "subnetcache iterator") != 0
941 && strcmp(cfg->module_conf, "respip subnetcache iterator") != 0
942 && strcmp(cfg->module_conf, "subnetcache validator iterator") != 0
943 && strcmp(cfg->module_conf, "respip subnetcache validator iterator") != 0
944 && strcmp(cfg->module_conf, "dns64 subnetcache iterator") != 0
945 && strcmp(cfg->module_conf, "dns64 subnetcache validator iterator") != 0
946 && strcmp(cfg->module_conf, "dns64 subnetcache respip iterator") != 0
947 && strcmp(cfg->module_conf, "dns64 subnetcache respip validator iterator") != 0
950 module_conf, "python subnetcache iterator") != 0
951 && strcmp(cfg->module_conf, "python respip subnetcache iterator") != 0
952 && strcmp(cfg->module_conf, "subnetcache python iterator") != 0
953 && strcmp(cfg->module_conf, "respip subnetcache python iterator") != 0
954 && strcmp(cfg->module_conf, "python subnetcache validator iterator") != 0
955 && strcmp(cfg->module_conf, "python respip subnetcache validator iterator") != 0
956 && strcmp(cfg->module_conf, "subnetcache python validator iterator") != 0
957 && strcmp(cfg->module_conf, "respip subnetcache python validator iterator") != 0
958 && strcmp(cfg->module_conf, "subnetcache validator python iterator") != 0
959 && strcmp(cfg->module_conf, "respip subnetcache validator python iterator") != 0
962 && strcmp(cfg->module_conf, "ipsecmod iterator") != 0
963 && strcmp(cfg->module_conf, "ipsecmod respip iterator") != 0
964 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
965 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
968 && strcmp(cfg->module_conf, "python ipsecmod iterator") != 0
969 && strcmp(cfg->module_conf, "python ipsecmod respip iterator") != 0
970 && strcmp(cfg->module_conf, "ipsecmod python iterator") != 0
971 && strcmp(cfg->module_conf, "ipsecmod python respip iterator") != 0
972 && strcmp(cfg->module_conf, "ipsecmod validator iterator") != 0
973 && strcmp(cfg->module_conf, "ipsecmod respip validator iterator") != 0
974 && strcmp(cfg->module_conf, "python ipsecmod validator iterator") != 0
975 && strcmp(cfg->module_conf, "python ipsecmod respip validator iterator") != 0
976 && strcmp(cfg->module_conf, "ipsecmod python validator iterator") != 0
977 && strcmp(cfg->module_conf, "ipsecmod python respip validator iterator") != 0
978 && strcmp(cfg->module_conf, "ipsecmod validator python iterator") != 0
979 && strcmp(cfg->module_conf, "ipsecmod respip validator python iterator") != 0
982 && strcmp(cfg->module_conf, "validator ipset iterator") != 0
983 && strcmp(cfg->module_conf, "validator ipset respip iterator") != 0
984 && strcmp(cfg->module_conf, "ipset iterator") != 0
985 && strcmp(cfg->module_conf, "ipset respip iterator") != 0
989 cfg->module_conf);
1056 if(is_rpz && !strstr(cfg->module_conf, "respip"))
1090 if(strstr(cfg->module_conf, "python"))