Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dprintfr.c64 if (fp->fr_flags & FR_RETICMP) { in printfr()
67 else if ((fp->fr_flags & FR_RETMASK) == FR_RETICMP) in printfr()
H A Dprintstate.c115 case FR_RETICMP : in printstate()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_scan.c492 is->is_pass &= ~FR_RETICMP; in ipf_scan_match()
H A Dip_fil.h818 #define FR_RETICMP 0x02000 /* Return ICMP unreachable packet */ macro
839 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP)
H A Dfil.c2538 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()
/freebsd/sbin/ipf/common/
H A Dipf_y.y354 IPFY_RETICMP { fr->fr_flags |= FR_RETICMP; }
355 | IPFY_RETICMP returncode { fr->fr_flags |= FR_RETICMP; }