Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dprintunit.c37 case IPL_LOGCOUNT : in printunit()
/freebsd-12-stable/sbin/ipf/ippool/
Dippool_y.y185 | IPT_COUNT { $$ = IPL_LOGCOUNT; }
Dippool.c627 role = IPL_LOGCOUNT; in getrole()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c3713 tmp = ipf_flush(softc, IPL_LOGCOUNT, flags); in ipf_flush()
4544 unit = IPL_LOGCOUNT; in frrequest()
7705 unit = IPL_LOGCOUNT;
7712 if (unit == IPL_LOGCOUNT) {
9124 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE|FR_INACTIVE);
9125 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE);
Dip_fil.h1044 #define IPL_LOGCOUNT 7 macro
/freebsd-12-stable/sbin/ipf/ipfstat/
Dipfstat.c1850 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()