Home
last modified time | relevance | path

Searched refs:IPL_LOGIPF (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_rules.c138 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_out_()
165 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_out_()
207 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_in_()
234 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_in_()
H A Dmlfk_ipl.c453 case IPL_LOGIPF : in ipfpoll()
508 case IPL_LOGIPF :
H A Dfil.c3554 if (unit == IPL_LOGIPF && *group == '\0')
3792 if (unit == IPL_LOGIPF) {
4077 IPL_LOGIPF,
4085 IPL_LOGIPF,
4275 fiop->f_locks[IPL_LOGIPF] = -1;
6235 case IPL_LOGIPF :
7960 unit = IPL_LOGIPF;
8326 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8347 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8385 tmp = ipf_log_clear(softc, IPL_LOGIPF);
[all …]
H A Dip_log.c509 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
H A Dip_htable.c1011 iph->iph_flags, IPL_LOGIPF,
H A Dip_fil_freebsd.c319 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) {
H A Dip_sync.c704 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen);
H A Dip_fil.h1079 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
/freebsd-12.1/contrib/ipfilter/lib/
H A Dprintunit.c17 case IPL_LOGIPF :
/freebsd-12.1/contrib/ipfilter/tools/
H A Dippool.c144 role = IPL_LOGIPF;
271 role = IPL_LOGIPF;
624 role = IPL_LOGIPF;
H A Dipftest.c102 if (ipftestioctl(IPL_LOGIPF, SIOCFRENB, &i) != 0)
345 i = ipfioctl(softc, IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl()
H A Dipmon.c1019 if (log->logtype == IPL_LOGIPF) {
1582 config.logsrc[0].logtype = IPL_LOGIPF;
1601 config.logsrc[0].logtype = IPL_LOGIPF;
1630 config.logsrc[0].logtype = IPL_LOGIPF;
1685 config.logsrc[0].logtype = IPL_LOGIPF;
H A Dippool_y.y182 unit: IPT_IPF { $$ = IPL_LOGIPF; }
488 ipht.iph_unit = IPL_LOGIPF;
H A Dipf_y.y216 (*ipfaddfunc)(ipffd, ipfioctls[IPL_LOGIPF], fr);
377 { fr->fr_func = nametokva($1, ipfioctls[IPL_LOGIPF]);
2335 pool.ipo_unit = IPL_LOGIPF;
2379 iph.iph_unit = IPL_LOGIPF;
H A Dipmon_y.y962 case IPL_LOGIPF :
H A Dipfstat.c1847 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };