Home
last modified time | relevance | path

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

/netbsd/external/bsd/ipf/dist/lib/
H A Dprintunit.c40 case IPL_LOGCOUNT :
/netbsd/external/bsd/ipf/dist/tools/
H A Dippool_y.y190 | IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c611 role = IPL_LOGCOUNT;
H A Dipfstat.c1870 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/netbsd/sys/external/bsd/ipf/netinet/
H A Dfil.c3760 tmp = ipf_flush(softc, IPL_LOGCOUNT, flags); in ipf_flush()
4540 unit = IPL_LOGCOUNT; in frrequest()
7717 unit = IPL_LOGCOUNT; in ipf_getnextrule()
7724 if (unit == IPL_LOGCOUNT) { in ipf_getnextrule()
9131 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE|FR_INACTIVE); in ipf_main_soft_fini()
9132 (void) ipf_flush(softc, IPL_LOGCOUNT, FR_INQUE|FR_OUTQUE); in ipf_main_soft_fini()
H A Dip_fil.h1103 #define IPL_LOGCOUNT 7 macro