Lines Matching defs:istart
8724 /* iend (newest) to istart (oldest) in chunks of "interval". If nothing is */
8726 /* we start again with a new value for "iend" and "istart". This is */
8734 u_long interval, istart, iend;
8763 istart = IPF_TTLVAL(86400 * 4);
8766 istart = IPF_TTLVAL(43200);
8769 istart = IPF_TTLVAL(1800);
8774 if (istart > softc->ipf_ticks) {
8776 istart = interval;
8778 istart = (softc->ipf_ticks / interval) * interval;
8786 try = softc->ipf_ticks - istart;
8823 istart -= interval;