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

  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.h 40 struct ippool_dst **ipld_pnext; member in struct:ippool_dst
ip_dstlist.c 838 new->ipld_pnext = softd->tails[unit + 1];
899 softd->tails[d->ipld_unit + 1] = d->ipld_pnext;
901 if (d->ipld_pnext != NULL)
902 *d->ipld_pnext = d->ipld_next;
904 d->ipld_next->ipld_pnext = d->ipld_pnext;
905 d->ipld_pnext = NULL;

Completed in 12 milliseconds