Home
last modified time | relevance | path

Searched refs:FR_ISBLOCK (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintstate.c88 } else if (FR_ISBLOCK(ips.is_pass)) {
H A Dprintfr.c47 else if (FR_ISBLOCK(fp->fr_flags)) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c592 else if (FR_ISBLOCK(fio.f_defpass)) in showversion()
H A Dipmon_y.y549 } else if (FR_ISBLOCK(ipf->fl_flags)) {
H A Dipmon.c1082 } else if (FR_ISBLOCK(ipf->fl_flags)) {
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2644 FR_ISBLOCK(pass)) {
2682 FR_ISBLOCK(pass)) {
2761 if (FR_ISBLOCK(pass) && (fin->fin_flx & FI_NEWNAT))
2863 (FR_ISBLOCK(pass) && (ifs->ifs_fr_flags & FF_LOGBLOCK))) {
H A Dip_state.c1695 if (FR_ISBLOCK(is->is_pass)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h740 #define FR_ISBLOCK(x) (((x) & FR_CMDMASK) == FR_BLOCK) macro