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

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintdstlistdata.c20 if ((pool->ipld_flags & IPDST_DELETE) != 0)
24 if ((pool->ipld_flags & IPDST_DELETE) != 0)
43 if ((pool->ipld_flags & IPDST_DELETE) != 0)
H A Dprintdstlist.c33 if ((dst.ipld_flags & IPDST_DELETE) != 0)
/netbsd-current/external/bsd/ipf/dist/
H A Dip_dstlist.h54 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c636 if ((node->ipfd_flags & IPDST_DELETE) != 0)
760 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
762 node->ipfd_flags |= IPDST_DELETE;
926 /* Remove a given destination list from existance. While the IPDST_DELETE */
953 d->ipld_flags |= IPDST_DELETE;
977 if ((d->ipld_flags & IPDST_DELETE) != 0)
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dstlist.h54 #define IPDST_DELETE 0x01 macro
H A Dip_dstlist.c610 if ((node->ipfd_flags & IPDST_DELETE) != 0)
729 if ((node->ipfd_flags & IPDST_DELETE) == 0) {
731 node->ipfd_flags |= IPDST_DELETE;
886 /* Remove a given destination list from existance. While the IPDST_DELETE */
911 d->ipld_flags |= IPDST_DELETE;
933 if ((d->ipld_flags & IPDST_DELETE) != 0)

Completed in 335 milliseconds