Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rules.c137 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_out_()
164 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_out_()
206 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCADDFR, (caddr_t)fp, in ipfrule_add_in_()
233 err = frrequest(&V_ipfmain, IPL_LOGIPF, SIOCDELFR, in ipfrule_remove_in_()
H A Dmlfk_ipl.c450 case IPL_LOGIPF : in ipfpoll()
500 case IPL_LOGIPF : in ipfopen()
H A Dfil.c3482 if (unit == IPL_LOGIPF && *group == '\0') in ipf_group_add()
3704 if (unit == IPL_LOGIPF) { in ipf_flush()
3976 IPL_LOGIPF, in ipf_synclist()
3984 IPL_LOGIPF, in ipf_synclist()
4161 fiop->f_locks[IPL_LOGIPF] = -1; in ipf_getstat()
6054 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.c487 return (ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2)); in ipf_log_pkt()
H A Dip_htable.c944 iph->iph_flags, IPL_LOGIPF, in ipf_htent_insert()
H A Dip_sync.c680 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen); in ipf_sync_state()
H A Dip_fil_freebsd.c298 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) { in ipfioctl()
H A Dip_fil.h1034 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
/freebsd/sbin/ipf/libipf/
H A Dprintunit.c16 case IPL_LOGIPF : in printunit()
/freebsd/sbin/ipf/ippool/
H A Dippool.c138 role = IPL_LOGIPF; in poolnodecommand()
260 role = IPL_LOGIPF; in poolcommand()
611 role = IPL_LOGIPF; in getrole()
H A Dippool_y.y181 unit: IPT_IPF { $$ = IPL_LOGIPF; }
503 ipht.iph_unit = IPL_LOGIPF;
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c992 if (log->logtype == IPL_LOGIPF) { in print_log()
1551 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1570 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1599 config.logsrc[0].logtype = IPL_LOGIPF; in main()
1654 config.logsrc[0].logtype = IPL_LOGIPF; in main()
H A Dipmon_y.y948 case IPL_LOGIPF : in print_match()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c95 if (ipftestioctl(IPL_LOGIPF, SIOCFRENB, &i) != 0) in main()
338 i = ipfioctl(softc, IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl()
/freebsd/sbin/ipf/common/
H A Dipf_y.y215 (*ipfaddfunc)(ipffd, ipfioctls[IPL_LOGIPF], fr);
376 { fr->fr_func = nametokva($1, ipfioctls[IPL_LOGIPF]);
2328 pool.ipo_unit = IPL_LOGIPF; in makepool()
2372 iph.iph_unit = IPL_LOGIPF; in makehash()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1844 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH }; in showgroups()