HomeSort by: relevance | last modified time | path
    Searched refs:IPDST_DELETE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.h 54 #define IPDST_DELETE 0x01
ip_dstlist.c 610 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 13 milliseconds