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

  /src/sys/external/bsd/ipf/netinet/
ip_pool.h 47 int ipo_flags; member in struct:ip_pool_s
ip_pool.c 685 if ((p != NULL) && (p->ipo_flags & IPOOL_DELETE))
936 if ((h->ipo_flags & IPOOL_DELETE) == 0) {
940 h->ipo_flags &= ~IPOOL_DELETE;
961 h->ipo_flags |= IPOOL_ANON;
1071 ipo->ipo_flags |= IPOOL_DELETE;
1193 else if ((ipo->ipo_ref == 1) && (ipo->ipo_flags & IPOOL_DELETE))

Completed in 12 milliseconds