Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/libipf/
Dprintfr.c65 if (fp->fr_flags & FR_RETICMP) { in printfr()
68 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP) in printfr()
Dprintstate.c116 case FR_RETICMP : in printstate()
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_scan.c496 is->is_pass &= ~FR_RETICMP; in ipf_scan_match()
Dip_fil.h821 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro
842 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
Dfil.c2521 if (passt & (FR_RETICMP|FR_FAKEICMP)) in ipf_scanlist()
2669 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST); in ipf_firewall()
3084 if (pass & FR_RETICMP) { in ipf_check()
3213 case FR_RETICMP : in ipf_check()
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y355 IPFY_RETICMP { fr->fr_flags |= FR_RETICMP; }
356 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; }
/freebsd-12-stable/contrib/ipfilter/
Dip_fil_compat.c1851 nflags |= FR_RETICMP;
3688 if (nflags & FR_RETICMP)