Searched refs:log_only (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c439 clear_counters(struct ip_fw *rule, int log_only) argument
443 if (log_only == 0)
456 * log_only is 1 if we only want to reset logs, zero otherwise.
459 zero_entry(struct ip_fw_chain *chain, u_int32_t arg, int log_only) argument
482 clear_counters(rule, log_only);
484 msg = log_only ? "All logging counts reset" :
492 clear_counters(rule, log_only);
502 msg = log_only ? "logging count reset" : "cleared";
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drrl.h209 isc_boolean_t log_only; member in struct:dns_rrl
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drrl.c950 rrl->log_only ? "would stop limiting "
1194 make_log_buf(rrl, e, rrl->log_only ? "would " : NULL,
1223 rrl->log_only ? "would rate limit " : "rate limit ",
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c1179 if (!client->view->rrl->log_only) {
H A Dserver.c1801 rrl->log_only = ISC_TRUE;
1803 rrl->log_only = ISC_FALSE;
H A Dquery.c5972 if (!client->view->rrl->log_only) {

Completed in 93 milliseconds