Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h800 #define FR_PREAUTH 0x00004 /* require preauthentication */ macro
843 #define FR_ISPREAUTH(x) (((x) & FR_CMDMASK) == FR_PREAUTH)
H A Dfil.c3223 case FR_PREAUTH : in ipf_check()
/freebsd/sbin/ipf/common/
H A Dipf_y.y372 | IPFY_PREAUTH { fr->fr_flags |= FR_PREAUTH; }