Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h698 #define FR_PREAUTH 0x00004 /* require preauthentication */ macro
740 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y331 | IPFY_PREAUTH { fr->fr_flags |= FR_PREAUTH; }
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c2822 case FR_PREAUTH :