/src/sys/external/bsd/ipf/netinet/ |
fil.c | 188 static frentry_t *ipf_nextrule(ipf_main_softc_t *, int, int, 7612 /* Function: ipf_nextrule */ 7624 ipf_nextrule(ipf_main_softc_t *softc, int active, int unit, function in typeref:typename:frentry_t * 7730 next = ipf_nextrule(softc, it.iri_active, 7743 next = ipf_nextrule(softc, it.iri_active, unit, 7749 else if (ipf_nextrule(softc, it.iri_active, unit, next, out) != NULL)
|
fil.c | 188 static frentry_t *ipf_nextrule(ipf_main_softc_t *, int, int, 7612 /* Function: ipf_nextrule */ 7624 ipf_nextrule(ipf_main_softc_t *softc, int active, int unit, function in typeref:typename:frentry_t * 7730 next = ipf_nextrule(softc, it.iri_active, 7743 next = ipf_nextrule(softc, it.iri_active, unit, 7749 else if (ipf_nextrule(softc, it.iri_active, unit, next, out) != NULL)
|