HomeSort by: relevance | last modified time | path
    Searched refs:fr_die (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printfr.c 460 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);
  /src/sys/external/bsd/ipf/netinet/
fil.c 5042 if (fp->fr_die != 0)
5160 f->fr_die = softc->ipf_ticks + IPF_TTLVAL(f->fr_die);
5163 if (f->fr_die < fr->fr_die)
9507 if (fr->fr_die > softc->ipf_ticks)
9517 if (fr->fr_die > softc->ipf_ticks)
ip_fil.h 697 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */
705 u_32_t fr_die; /* only used on loading the rule */ member in struct:frentry
  /src/external/bsd/ipf/dist/tools/
ipfstat.c 884 if (fp->fr_die != 0)
885 fp->fr_die -= fiop->f_ticks;
ipf_y.y 546 | IPFY_RULETTL YY_NUMBER { DOALL(fr->fr_die = $2;) }

Completed in 24 milliseconds