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

/freebsd-12-stable/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-12-stable/contrib/ipfilter/
H A Dip_dstlist.h52 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c626 if ((node->ipfd_flags & IPDST_DELETE) != 0)
750 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
752 node->ipfd_flags |= IPDST_DELETE;
916 /* Remove a given destination list from existance. While the IPDST_DELETE */
943 d->ipld_flags |= IPDST_DELETE;
967 if ((d->ipld_flags & IPDST_DELETE) != 0)
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h52 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c626 if ((node->ipfd_flags & IPDST_DELETE) != 0)
751 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
753 node->ipfd_flags |= IPDST_DELETE;
917 /* Remove a given destination list from existance. While the IPDST_DELETE */
944 d->ipld_flags |= IPDST_DELETE;
968 if ((d->ipld_flags & IPDST_DELETE) != 0)

Completed in 54 milliseconds