Home
last modified time | relevance | path

Searched refs:fr_satype (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dfil.c2252 if (fr->fr_satype == FRI_LOOKUP) {
4034 if (fr->fr_satype != FRI_NORMAL &&
4035 fr->fr_satype != FRI_LOOKUP) {
4038 ipf_ifpaddr(softc, v, fr->fr_satype, ifa,
4072 (fr->fr_satype == FRI_LOOKUP) && (fr->fr_srcptr == NULL)) {
4093 (frt->fr_satype == FRI_LOOKUP) && (frt->fr_srcptr != NULL))
4828 if (fp->fr_satype == FRI_LOOKUP)
4848 switch (fp->fr_satype)
5182 if ((fp->fr_satype == FRI_LOOKUP) &&
5570 fr->fr_satype == FRI_LOOKUP)
H A Dip_fil.h726 #define fr_satype fr_ipf->fri_satype macro