Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c445 case IPL_LOGAUTH : in ipfpoll()
495 case IPL_LOGAUTH :
H A Dip_auth.c532 pollwakeup(&softc->ipf_poll_head[IPL_LOGAUTH], POLLIN|POLLRDNORM);
600 error = frrequest(softc, IPL_LOGAUTH, cmd, data,
H A Dfil.c4274 fiop->f_locks[IPL_LOGAUTH] = -1;
4740 if (unit == IPL_LOGAUTH) {
5124 if (unit == IPL_LOGAUTH) {
5142 if (unit == IPL_LOGAUTH) {
6254 case IPL_LOGAUTH :
H A Dip_fil.h1036 #define IPL_LOGAUTH 3 macro