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

  /src/external/bsd/ipf/dist/lib/
printstate.c 122 case FR_FAKEICMP :
printfr.c 68 if ((fp->fr_flags & FR_RETMASK) == FR_FAKEICMP)
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 877 #define FR_FAKEICMP 0x03000 /* Return ICMP unreachable with fake source */
897 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
fil.c 2550 if (passt & (FR_RETICMP|FR_FAKEICMP))
3115 if ((pass & FR_RETMASK) == FR_FAKEICMP)
3248 case FR_FAKEICMP :
ip_fil_compat.c 1869 nflags |= FR_FAKEICMP;
3648 if (nflags & FR_FAKEICMP)
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 358 | IPFY_RETICMPASDST { fr->fr_flags |= FR_FAKEICMP; }
359 | IPFY_RETICMPASDST returncode { fr->fr_flags |= FR_FAKEICMP; }
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1877 nflags |= FR_FAKEICMP;
3726 if (nflags & FR_FAKEICMP)

Completed in 100 milliseconds