Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h280 #define FI_AH 0x200000 /* AH header present */ macro
H A Dfil.c1033 fin->fin_flx |= FI_AH; in ipf_pr_ah6()
1574 fin->fin_flx |= FI_AH; in ipf_pr_ah()
/freebsd/sbin/ipf/common/
H A Dipf_y.y1490 | IPFY_AH { $$ = FI_AH; }