Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/cmd/ipf/tools/
H A Dipftest.c403 i = iplioctl(IPL_LOGAUTH, cmd, data, FWRITE|FREAD); in ipauthtestioctl()
541 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_41/usr/src/uts/common/inet/ipf/
H A Dfil.c4168 fiop->f_locks[IPL_LOGAUTH] = ifs->ifs_fr_auth_lock;
4476 if (unit == IPL_LOGAUTH)
4777 if (unit == IPL_LOGAUTH) {
4795 if (unit == IPL_LOGAUTH) {
5625 case IPL_LOGAUTH :
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h935 #define IPL_LOGAUTH 3 macro