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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c1048 static u_int64_t norule_counter; /* counter for ipfw_log(NULL...) */ variable
1070 if (verbose_limit != 0 && norule_counter >= verbose_limit)
1072 norule_counter++;
1073 if (norule_counter == verbose_limit)
3147 norule_counter = 0;

Completed in 22 milliseconds