Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/lib/
HDprintfr.c42 if ((fp->fr_flags & FR_CALLNOW) != 0)
/trueos/sys/contrib/ipfilter/netinet/
HDip_fil.h869 #define FR_CALLNOW 0x00020 /* call another function (fr_func) if matches */ macro
HDfil.c2512 if ((passt & FR_CALLNOW) != 0) {
2738 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW))
4608 if ((fp->fr_flags & FR_CALLNOW) &&
/trueos/contrib/ipfilter/tools/
HDipf_y.y343 | IPFY_CALL IPFY_NOW func { fr->fr_flags |= FR_CALLNOW; }
/trueos/contrib/ipfilter/
HDip_fil_compat.c1857 nflags |= FR_CALLNOW;
3706 if (nflags & FR_CALLNOW)