Home
last modified time | relevance | path

Searched refs:IPL_LOGALL (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c214 fop.iplf_unit = IPL_LOGALL;
732 if (unit == IPL_LOGALL) {
828 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) {
H A Dip_pool.c605 if (unit == IPL_LOGALL) {
649 if (unit == IPL_LOGALL) {
H A Dip_lookup.c705 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) {
H A Dip_dstlist.c788 if (unit == IPL_LOGALL) {
H A Dip_fil.h1043 #define IPL_LOGALL -1 macro