Searched refs:IPL_LOGIPF (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_rules.c | 138 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 D | mlfk_ipl.c | 453 case IPL_LOGIPF : in ipfpoll() 508 case IPL_LOGIPF :
|
| H A D | fil.c | 3554 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 D | ip_log.c | 509 return ipf_log_items(softc, IPL_LOGIPF, fin, ptrs, sizes, types, 2);
|
| H A D | ip_htable.c | 1011 iph->iph_flags, IPL_LOGIPF,
|
| H A D | ip_fil_freebsd.c | 319 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) {
|
| H A D | ip_sync.c | 704 fr = ipf_getrulen(softc, IPL_LOGIPF, sn.is_group, sn.is_rulen);
|
| H A D | ip_fil.h | 1079 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
|
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | printunit.c | 17 case IPL_LOGIPF :
|
| /freebsd-12.1/contrib/ipfilter/tools/ |
| H A D | ippool.c | 144 role = IPL_LOGIPF; 271 role = IPL_LOGIPF; 624 role = IPL_LOGIPF;
|
| H A D | ipftest.c | 102 if (ipftestioctl(IPL_LOGIPF, SIOCFRENB, &i) != 0) 345 i = ipfioctl(softc, IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl()
|
| H A D | ipmon.c | 1019 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 D | ippool_y.y | 182 unit: IPT_IPF { $$ = IPL_LOGIPF; } 488 ipht.iph_unit = IPL_LOGIPF;
|
| H A D | ipf_y.y | 216 (*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 D | ipmon_y.y | 962 case IPL_LOGIPF :
|
| H A D | ipfstat.c | 1847 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
|