Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintunit.c25 case IPL_LOGAUTH : in printunit()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dmlfk_ipl.c460 case IPL_LOGAUTH : in ipfpoll()
505 case IPL_LOGAUTH : in ipfopen()
H A Dip_auth.c514 pollwakeup(&softc->ipf_poll_head[IPL_LOGAUTH], POLLIN|POLLRDNORM); in ipf_auth_new()
578 error = frrequest(softc, IPL_LOGAUTH, cmd, data, in ipf_auth_ioctl()
H A Dfil.c4199 fiop->f_locks[IPL_LOGAUTH] = -1; in ipf_getstat()
4704 if (unit == IPL_LOGAUTH) { in frrequest()
5088 if (unit == IPL_LOGAUTH) { in frrequest()
5106 if (unit == IPL_LOGAUTH) { in frrequest()
6159 case IPL_LOGAUTH : in ipf_ioctlswitch()
H A Dip_fil.h1037 #define IPL_LOGAUTH 3 macro
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c410 i = ipfioctl(softc, IPL_LOGAUTH, cmd, data, FWRITE|FREAD); in ipauthtestioctl()
/freebsd/sbin/ipf/ippool/
H A Dippool_y.y183 | IPT_AUTH { $$ = IPL_LOGAUTH; }
H A Dippool.c618 role = IPL_LOGAUTH; in getrole()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1844 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()