Home
last modified time | relevance | path

Searched refs:FR_RETICMP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_scan.c509 is->is_pass &= ~FR_RETICMP;
H A Dip_fil.h817 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro
838 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
H A Dfil.c2565 if (passt & (FR_RETICMP|FR_FAKEICMP))
2717 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3139 if (pass & FR_RETICMP) {
3260 case FR_RETICMP :