HomeSort by: relevance | last modified time | path
    Searched refs:FR_CALLNOW (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printfr.c 42 if ((fp->fr_flags & FR_CALLNOW) != 0)
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 868 #define FR_CALLNOW 0x00020 /* call another function (fr_func) if matches */
fil.c 2500 if ((passt & FR_CALLNOW) != 0) {
2722 (fr->fr_func != (ipfunc_t)-1) && !(pass & FR_CALLNOW))
4524 if ((fp->fr_flags & FR_CALLNOW) &&
ip_fil_compat.c 1851 nflags |= FR_CALLNOW;
3630 if (nflags & FR_CALLNOW)
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 345 | IPFY_CALL IPFY_NOW func { fr->fr_flags |= FR_CALLNOW; }
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1859 nflags |= FR_CALLNOW;
3708 if (nflags & FR_CALLNOW)

Completed in 37 milliseconds