Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h799 #define FR_AUTH 0x00003 /* use authentication */ macro
842 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
H A Dfil.c3219 case FR_AUTH : in ipf_check()
/freebsd/sbin/ipf/common/
H A Dipf_y.y370 auth: IPFY_AUTH { fr->fr_flags |= FR_AUTH; }
371 | IPFY_AUTH blockreturn { fr->fr_flags |= FR_AUTH;}