Home
last modified time | relevance | path

Searched refs:iph_flags (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/ipfilter/lib/
H A Dprinthashdata.c20 if ((hp->iph_flags & IPHASH_DELETE) == IPHASH_DELETE)
29 if (hp->iph_flags & FR_INQUE)
31 else if (hp->iph_flags & FR_OUTQUE)
H A Dremove_hash.c41 iph.iph_flags = iphp->iph_flags;
H A Dprinthash.c34 if ((hp->iph_flags & IPHASH_DELETE) != 0)
H A Dprinthash_live.c31 if ((hp->iph_flags & IPHASH_DELETE) != 0)
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_htable.c306 if ((iph->iph_flags & IPHASH_DELETE) == 0) {
310 iph->iph_flags &= ~IPHASH_DELETE;
431 iph->iph_flags |= IPHASH_DELETE;
799 if ((iph != NULL) && (iph->iph_flags & IPHASH_DELETE) == 0)
833 iph->iph_flags |= IPHASH_DELETE;
1011 iph->iph_flags, IPL_LOGIPF,
H A Dip_htable.h50 u_32_t iph_flags; member
H A Dfil.c5628 if ((iph->iph_flags & FR_INOUT) != (fr->fr_flags & FR_INOUT)) {
/freebsd-12.1/contrib/ipfilter/tools/
H A Dippool_y.y171 ipht.iph_flags = $2;
489 ipht.iph_flags = $5;