Home
last modified time | relevance | path

Searched refs:IPL_LOGAUTH (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintpooldata.c43 case IPL_LOGAUTH :
H A Dprinthashdata.c59 case IPL_LOGAUTH :
H A Dprintpool.c53 case IPL_LOGAUTH :
H A Dprinthash.c71 case IPL_LOGAUTH :
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c398 i = iplioctl(IPL_LOGAUTH, cmd, data, FWRITE|FREAD); in ipauthtestioctl()
536 i = iplioctl(IPL_LOGAUTH, cmd, data, FWRITE|FREAD);
H A Dippool_y.y154 | IPT_ROLE '=' IPT_AUTH { $$ = IPL_LOGAUTH; }
H A Dippool.c827 role = IPL_LOGAUTH;
H A Dip_fil.c247 if (unit == IPL_LOGAUTH) {
H A Dipfstat.c1691 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c4167 fiop->f_locks[IPL_LOGAUTH] = ifs->ifs_fr_auth_lock;
4475 if (unit == IPL_LOGAUTH)
4776 if (unit == IPL_LOGAUTH) {
4794 if (unit == IPL_LOGAUTH) {
5624 case IPL_LOGAUTH :
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h938 #define IPL_LOGAUTH 3 macro