Home
last modified time | relevance | path

Searched refs:IPL_LOGCOUNT (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/ipfilter/lib/
H A Dprintunit.c38 case IPL_LOGCOUNT :
/freebsd-12.1/contrib/ipfilter/tools/
H A Dippool_y.y185 | IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c639 role = IPL_LOGCOUNT;
H A Dipfstat.c1847 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dfil.c3795 tmp = ipf_flush(softc, IPL_LOGCOUNT, flags);
4660 unit = IPL_LOGCOUNT;
7958 unit = IPL_LOGCOUNT;
7965 if (unit == IPL_LOGCOUNT) {
9412 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE|FR_INACTIVE);
9413 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE);
H A Dip_fil.h1086 #define IPL_LOGCOUNT 7 macro