Home
last modified time | relevance | path

Searched refs:LOG_IPTABLES (Results 1 – 3 of 3) sorted by relevance

/dports/dns/dnshistory/dnshistory-1.3/src/
H A Ddnshistory.c424 case LOG_IPTABLES: in main()
445 if (g_log_type != LOG_IPTABLES) { in main()
467 if (g_log_type == LOG_IPTABLES) { in main()
500 if (g_log_type == LOG_IPTABLES) { in main()
504 if (g_log_type == LOG_IPTABLES) { in main()
682 if (g_log_type == LOG_IPTABLES) { in main()
905 case LOG_IPTABLES: in retrieve_address()
1995 return (LOG_IPTABLES); in identify_log_format()
2002 return (LOG_IPTABLES); in identify_log_format()
H A Ddnshistory.h128 #define LOG_IPTABLES 5 /* syslog/linux-iptables */ macro
H A Doptions.c216 g_log_type = LOG_IPTABLES; in process_options()