Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintpooldata.c45 case IPL_LOGAUTH :
H A Dprinthashdata.c61 case IPL_LOGAUTH :
H A Dprintpool.c55 case IPL_LOGAUTH :
H A Dprinthash.c73 case IPL_LOGAUTH :
/titanic_50/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.y156 | IPT_ROLE '=' IPT_AUTH { $$ = IPL_LOGAUTH; }
H A Dippool.c836 role = IPL_LOGAUTH;
H A Dip_fil.c247 if (unit == IPL_LOGAUTH) {
H A Dipfstat.c1692 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c4171 fiop->f_locks[IPL_LOGAUTH] = ifs->ifs_fr_auth_lock;
4479 if (unit == IPL_LOGAUTH)
4780 if (unit == IPL_LOGAUTH) {
4798 if (unit == IPL_LOGAUTH) {
5628 case IPL_LOGAUTH :
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h937 #define IPL_LOGAUTH 3 macro