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

  /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)

Completed in 22 milliseconds