Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/lib/
HDprintfr.c67 if (fp->fr_flags & FR_RETICMP) {
70 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP)
HDprintstate.c119 case FR_RETICMP :
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_scan.c509 is->is_pass &= ~FR_RETICMP;
HDip_fil.h817 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro
838 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
HDfil.c2563 if (passt & (FR_RETICMP|FR_FAKEICMP))
2715 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST);
3137 if (pass & FR_RETICMP) {
3258 case FR_RETICMP :
/freebsd-11-stable/contrib/ipfilter/tools/
HDipf_y.y355 IPFY_RETICMP { fr->fr_flags |= FR_RETICMP; }
356 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; }
/freebsd-11-stable/contrib/ipfilter/
HDip_fil_compat.c1851 nflags |= FR_RETICMP;
3688 if (nflags & FR_RETICMP)