Home
last modified time | relevance | path

Searched refs:ipf_rules (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/ipfilter/tools/
HDipftest.c730 dumprules(softc->ipf_rules[0][0]);
732 dumprules(softc->ipf_rules[1][0]);
734 dumprules(softc->ipf_rules[0][1]);
736 dumprules(softc->ipf_rules[1][1]);
/NextBSD/contrib/ipfilter/
HDmli_ipl.c409 for (f = ipf_rules[0][0]; f; f = f->fr_next) { in nifattach()
416 for (f = ipf_rules[1][0]; f; f = f->fr_next) { in nifattach()
HDip_fil.c111 for (f = softc->ipf_rules[0][softc->ipf_active]; (f != NULL);
115 for (f = softc->ipf_rules[1][softc->ipf_active]; (f != NULL);
/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c2699 fin->fin_fr = softc->ipf_rules[out][softc->ipf_active];
3794 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]);
3798 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]);
4148 (void) ipf_synclist(softc, softc->ipf_rules[0][softc->ipf_active], ifp);
4149 (void) ipf_synclist(softc, softc->ipf_rules[1][softc->ipf_active], ifp);
4295 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];
4297 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];
4299 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];
4301 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];
4721 fprev = &softc->ipf_rules[in][set];
[all …]
HDip_fil.h1650 frentry_t *ipf_rules[2][2]; member