Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_fil.h801 #define FR_AUTH 0x00003 /* use authentication */ macro
844 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
HDfil.c3223 case FR_AUTH : in ipf_check()
/freebsd-13-stable/sbin/ipf/common/
HDipf_y.y370 auth: IPFY_AUTH { fr->fr_flags |= FR_AUTH; }
371 | IPFY_AUTH blockreturn { fr->fr_flags |= FR_AUTH;}
/freebsd-13-stable/contrib/ipfilter/
HDip_fil_compat.c1817 nflags |= FR_AUTH;
3654 case FR_AUTH :