Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ipf/lib/common/
H A Dprintpooldata.c57 case IPL_LOGCOUNT :
H A Dprinthashdata.c64 case IPL_LOGCOUNT :
H A Dprintpool.c67 case IPL_LOGCOUNT :
H A Dprinthash.c76 case IPL_LOGCOUNT :
/onnv-gate/usr/src/cmd/ipf/tools/
H A Dippool_y.y157 | IPT_ROLE '=' IPT_COUNT { $$ = IPL_LOGCOUNT; }
H A Dippool.c784 role = IPL_LOGCOUNT;
H A Dipfstat.c1660 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/onnv-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c3603 tmp = frflush(IPL_LOGCOUNT, proto, flags, ifs);
4452 unit = IPL_LOGCOUNT;
6866 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs);
6867 (void) frflush(IPL_LOGCOUNT, 0, FR_INQUE|FR_OUTQUE, ifs);
/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h935 #define IPL_LOGCOUNT 7 macro