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

  /src/sys/external/bsd/ipf/netinet/
fil.c 2378 int rulen, portcmp, off, skip; local
2405 for (rulen = 0; fr; fr = fnext, rulen++) {
2490 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen));
2539 fin->fin_rule = rulen;
2573 fin->fin_rule = rulen;
2633 u_32_t pass, rulen; local
2641 rulen = fin->fin_rule;
2649 fin->fin_rule = rulen;
ip_nat.c 6060 int rulen; local
6099 for (rulen = 0, np = softn->ipf_nat_list; np != NULL;
6100 np = np->in_next, rulen++)
6102 natl.nl_rule = rulen;

Completed in 57 milliseconds