Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h700 #define FR_AUTH 0x00003 /* use authentication */ macro
742 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y329 auth: IPFY_AUTH { fr->fr_flags |= FR_AUTH; }
330 | IPFY_AUTH IPFY_RETRST { fr->fr_flags |= (FR_AUTH|FR_RETRST);}
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c2819 case FR_AUTH :