Home
last modified time | relevance | path

Searched refs:IPL_LOGALL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c397 role = IPL_LOGALL;
479 if (role != IPL_LOGALL) {
502 role = IPL_LOGALL;
512 if (role != IPL_LOGALL) {
559 if (role != IPL_LOGALL) {
573 role = IPL_LOGALL;
587 if (role != IPL_LOGALL) {
650 role = IPL_LOGALL;
749 role = IPL_LOGALL;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_htable.c74 fop.iplf_unit = IPL_LOGALL;
281 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) {
H A Dip_pool.c301 if (unit == IPL_LOGALL) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h945 #define IPL_LOGALL -1 macro