Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c3129 if ((pass & FR_RETMASK) != 0) {
3142 if ((pass & FR_RETMASK) == FR_FAKEICMP)
3149 } else if (((pass & FR_RETMASK) == FR_RETRST) &&
3255 if ((pass & FR_RETMASK) != 0)
3256 switch (pass & FR_RETMASK)
H A Dip_fil_freebsd.c805 if (!fr || !(fr->fr_flags & FR_RETMASK)) {
H A Dip_fil.h838 #define FR_RETMASK (FR_RETICMP|FR_RETRST|FR_FAKEICMP) macro