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

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintfr.c460 if (fp->fr_die != 0)
461 PRINTF(" rule-ttl %u", fp->fr_die);
463 } else if (fp->fr_die != 0) {
464 PRINTF(" # rule-ttl %u", fp->fr_die);
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c5119 if (fp->fr_die != 0)
5243 f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die);
5246 if (f->fr_die < fr->fr_die)
9761 if (fr->fr_die > softc->ipf_ticks)
9771 if (fr->fr_die > softc->ipf_ticks)
H A Dip_fil.h698 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */
706 u_32_t fr_die; /* only used on loading the rule */ member in struct:frentry
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipfstat.c872 if (fp->fr_die != 0)
873 fp->fr_die -= fiop->f_ticks;
H A Dipf_y.y544 | IPFY_RULETTL YY_NUMBER { DOALL(fr->fr_die = $2;) }

Completed in 80 milliseconds