Home
last modified time | relevance | path

Searched refs:fr_datype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfcomp.c78 ((fr->fr_datype != FRI_NORMAL) || (fr->fr_satype != FRI_NORMAL)))
654 if (fr->fr_datype == FRI_LOOKUP) {
876 if (fr->fr_datype == FRI_LOOKUP) {
1146 ((fr1->fr_datype == FRI_LOOKUP) &&
1147 (fr->fr_datype == FRI_LOOKUP) &&
H A Dipf_y.y2722 f->fr_datype = ipp->type;
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintfr.c181 printaddr(af, fp->fr_datype, fp->fr_names, fp->fr_ifnames[0],
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c2278 if (fr->fr_datype == FRI_LOOKUP) { in ipf_check_ipf()
3997 if (fr->fr_datype != FRI_NORMAL && in ipf_synclist()
3998 fr->fr_datype != FRI_LOOKUP) { in ipf_synclist()
4001 ipf_ifpaddr(softc, v, fr->fr_datype, ifa, in ipf_synclist()
4036 (fr->fr_datype == FRI_LOOKUP) && (fr->fr_dstptr == NULL)) { in ipf_synclist()
4053 (frt->fr_datype == FRI_LOOKUP) && (frt->fr_dstptr != NULL)) in ipf_synclist()
4713 if (fp->fr_datype == FRI_LOOKUP) in frrequest()
4767 switch (fp->fr_datype) in frrequest()
5079 if ((fp->fr_datype == FRI_LOOKUP) && in frrequest()
5451 fr->fr_datype == FRI_LOOKUP) in ipf_derefrule()
H A Dip_fil.h787 #define fr_datype fr_ipf->fri_datype macro