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

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h858 #define FR_AUTH 0x00003 /* use authentication */ macro
901 #define FR_ISAUTH(x) (((x) & FR_CMDMASK) == FR_AUTH)
H A Dfil.c3275 case FR_AUTH :
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y370 auth: IPFY_AUTH { fr->fr_flags |= FR_AUTH; }
371 | IPFY_AUTH blockreturn { fr->fr_flags |= FR_AUTH;}
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1839 nflags |= FR_AUTH;
3688 case FR_AUTH :

Completed in 89 milliseconds