Searched refs:FR_RETICMP (Results 1 – 6 of 6) sorted by relevance
64 if (fp->fr_flags & FR_RETICMP) { in printfr()67 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP) in printfr()
115 case FR_RETICMP : in printstate()
492 is->is_pass &= ~FR_RETICMP; in ipf_scan_match()
818 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro839 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
2538 if (passt & (FR_RETICMP|FR_FAKEICMP)) in ipf_scanlist() 2685 pass &= ~(FR_CMDMASK|FR_RETICMP|FR_RETRST); in ipf_firewall() 3100 if (pass & FR_RETICMP) { in ipf_check() 3229 case FR_RETICMP : in ipf_check()
354 IPFY_RETICMP { fr->fr_flags |= FR_RETICMP; }355 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; }