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

/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.c264 static u_int32_t dyn_short_lifetime = 5; variable
305 SYSCTL_INT(_net_inet_ip_fw, OID_AUTO, dyn_short_lifetime, CTLFLAG_RW | CTLFLAG_LOCKED,
306 &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations");
1576 q->expire = timenow.tv_sec + dyn_short_lifetime;
1698 q->expire = timenow.tv_sec + dyn_short_lifetime;

Completed in 79 milliseconds