Home
last modified time | relevance | path

Searched refs:IPL_LOGNAT (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c37 case IPL_LOGNAT :
H A Dprinthashdata.c53 case IPL_LOGNAT :
H A Dprintpool.c47 case IPL_LOGNAT :
H A Dprinthash.c65 case IPL_LOGNAT :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c354 i = iplioctl(IPL_LOGNAT, cmd, data, FWRITE|FREAD); in ipnattestioctl()
500 i = iplioctl(IPL_LOGNAT, cmd, data, FWRITE|FREAD);
H A Dipmon.c963 } else if (logtype == IPL_LOGNAT) {
1479 fdt[1] = IPL_LOGNAT;
1513 fdt[1] = IPL_LOGNAT;
1522 fdt[1] = IPL_LOGNAT;
H A Dippool_y.y153 | IPT_ROLE '=' IPT_NAT { $$ = IPL_LOGNAT; }
H A Dippool.c823 role = IPL_LOGNAT;
H A Dip_fil.c231 if (unit == IPL_LOGNAT) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat.c695 tmp = ipflog_clear(IPL_LOGNAT, ifs);
721 arg = ifs->ifs_iplused[IPL_LOGNAT];
5106 (void) ipllog(IPL_LOGNAT, NULL, items, sizes, types, 1, ifs);
H A Dfil.c4165 fiop->f_locks[IPL_LOGNAT] = ifs->ifs_fr_nat_lock;
5612 case IPL_LOGNAT :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h936 #define IPL_LOGNAT 1 macro