Searched refs:FR_PREAUTH (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h859 #define FR_PREAUTH 0x00004 /* require preauthentication */ macro
902 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
H A Dfil.c3279 case FR_PREAUTH :
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y372 | IPFY_PREAUTH { fr->fr_flags |= FR_PREAUTH; }
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1842 nflags |= FR_PREAUTH;
3691 case FR_PREAUTH :

Completed in 103 milliseconds