Searched refs:ipld_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintdstlistdata.c18 if ((pool->ipld_flags & IPDST_DELETE) != 0)
22 if ((pool->ipld_flags & IPDST_DELETE) != 0)
41 if ((pool->ipld_flags & IPDST_DELETE) != 0)
H A Dload_dstlist.c41 dest.ipld_flags = dst->ipld_flags;
H A Dprintdstlist.c31 if ((dst.ipld_flags & IPDST_DELETE) != 0)
H A Dprintdstl_live.c44 if ((d->ipld_flags & IPHASH_DELETE) != 0)
/freebsd-11.0-release/contrib/ipfilter/
H A Dip_dstlist.h43 int ipld_flags; member in struct:ippool_dst
H A Dip_dstlist.c951 d->ipld_flags |= IPDST_DELETE;
975 if ((d->ipld_flags & IPDST_DELETE) != 0)
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h43 int ipld_flags; member in struct:ippool_dst
H A Dip_dstlist.c951 d->ipld_flags |= IPDST_DELETE;
975 if ((d->ipld_flags & IPDST_DELETE) != 0)

Completed in 45 milliseconds