Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/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.c441 case IPL_LOGIPF : in ipfpoll()
491 case IPL_LOGIPF : in ipfopen()
H A Dfil.c3477 if (unit == IPL_LOGIPF && *group == '\0') in ipf_group_add()
3699 if (unit == IPL_LOGIPF) { in ipf_flush()
3971 IPL_LOGIPF, in ipf_synclist()
3979 IPL_LOGIPF, in ipf_synclist()
4156 fiop->f_locks[IPL_LOGIPF] = -1; in ipf_getstat()
6049 case IPL_LOGIPF : in ipf_ioctlswitch()
7701 unit = IPL_LOGIPF;
8054 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8075 tmp = ipf_flush(softc, IPL_LOGIPF, tmp);
8113 tmp = ipf_log_clear(softc, IPL_LOGIPF);
[all …]
H A Dip_log.c500 return (ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2)); in ipf_log_pkt()
H A Dip_htable.c950 iph->iph_flags, IPL_LOGIPF, in ipf_htent_insert()
H A Dip_sync.c684 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen); in ipf_sync_state()
H A Dip_fil_freebsd.c292 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) { in ipfioctl()
H A Dip_fil.h1037 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
/freebsd-13.1/sbin/ipf/libipf/
H A Dprintunit.c16 case IPL_LOGIPF : in printunit()
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c139 role = IPL_LOGIPF; in poolnodecommand()
261 role = IPL_LOGIPF; in poolcommand()
612 role = IPL_LOGIPF; in getrole()
H A Dippool_y.y182 unit: IPT_IPF { $$ = IPL_LOGIPF; }
504 ipht.iph_unit = IPL_LOGIPF;
/freebsd-13.1/sbin/ipf/ipmon/
H A Dipmon.c1004 if (log->logtype == IPL_LOGIPF) { in print_log()
1563 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1582 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1611 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1666 config.logsrc[0].logtype = IPL_LOGIPF; in main()
H A Dipmon_y.y949 case IPL_LOGIPF : in print_match()
/freebsd-13.1/sbin/ipf/ipftest/
H A Dipftest.c100 if (ipftestioctl(IPL_LOGIPF, SIOCFRENB, &i) != 0) in main()
343 i = ipfioctl(softc, IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl()
/freebsd-13.1/sbin/ipf/common/
H A Dipf_y.y216 (*ipfaddfunc)(ipffd, ipfioctls[IPL_LOGIPF], fr);
377 { fr->fr_func = nametokva($1, ipfioctls[IPL_LOGIPF]);
2329 pool.ipo_unit = IPL_LOGIPF; in makepool()
2373 iph.iph_unit = IPL_LOGIPF; in makehash()
/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c1850 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()