Searched refs:IPDST_DELETE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.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 Dprintdstlist.c31 if ((dst.ipld_flags & IPDST_DELETE) != 0)
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.h52 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c634 if ((node->ipfd_flags & IPDST_DELETE) != 0)
758 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
760 node->ipfd_flags |= IPDST_DELETE;
924 /* Remove a given destination list from existance. While the IPDST_DELETE */
951 d->ipld_flags |= IPDST_DELETE;
975 if ((d->ipld_flags & IPDST_DELETE) != 0)
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h52 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c634 if ((node->ipfd_flags & IPDST_DELETE) != 0)
758 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
760 node->ipfd_flags |= IPDST_DELETE;
924 /* Remove a given destination list from existance. While the IPDST_DELETE */
951 d->ipld_flags |= IPDST_DELETE;
975 if ((d->ipld_flags & IPDST_DELETE) != 0)

Completed in 127 milliseconds