Searched refs:IPL_LOGAUTH (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sbin/ipf/libipf/ |
| H A D | printunit.c | 25 case IPL_LOGAUTH : in printunit()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | mlfk_ipl.c | 460 case IPL_LOGAUTH : in ipfpoll() 505 case IPL_LOGAUTH : in ipfopen()
|
| H A D | ip_auth.c | 514 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 D | fil.c | 4199 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 D | ip_fil.h | 1037 #define IPL_LOGAUTH 3 macro
|
| /freebsd/sbin/ipf/ipftest/ |
| H A D | ipftest.c | 410 i = ipfioctl(softc, IPL_LOGAUTH, cmd, data, FWRITE|FREAD); in ipauthtestioctl()
|
| /freebsd/sbin/ipf/ippool/ |
| H A D | ippool_y.y | 183 | IPT_AUTH { $$ = IPL_LOGAUTH; }
|
| H A D | ippool.c | 618 role = IPL_LOGAUTH; in getrole()
|
| /freebsd/sbin/ipf/ipfstat/ |
| H A D | ipfstat.c | 1844 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()
|