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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_forward.c136 if (ip6_log_time + ip6_log_interval < timenow.tv_sec) {
137 ip6_log_time = timenow.tv_sec;
377 if (ip6_log_time + ip6_log_interval < timenow.tv_sec) {
378 ip6_log_time = timenow.tv_sec;
H A Dip6_var.h283 extern time_t ip6_log_time;
H A Din6_proto.c388 time_t ip6_log_time = (time_t)0L; variable
H A Dip6_mroute.c994 if (ip6_log_time + ip6_log_interval < timenow.tv_sec) {
995 ip6_log_time = timenow.tv_sec;

Completed in 16 milliseconds