Home
last modified time | relevance | path

Searched refs:FR_ISACCOUNT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintstate.c110 } else if (FR_ISACCOUNT(ips.is_pass)) {
H A Dprintfr.c67 } else if (FR_ISACCOUNT(fp->fr_flags))
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c1915 FR_ISACCOUNT(pass) ? 'A' :
2111 if (FR_ISACCOUNT(pass)) {
4456 if (FR_ISACCOUNT(fp->fr_flags))
4479 if (FR_ISACCOUNT(fp->fr_flags))
4484 if (FR_ISACCOUNT(fp->fr_flags))
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h741 #define FR_ISACCOUNT(x) (((x) & FR_CMDMASK) == FR_ACCOUNT) macro