Searched refs:ipld_next (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dprintdstl_live.c30 return d->ipld_next;
34 return d->ipld_next;
38 return d->ipld_next;
83 return d->ipld_next;
H A Dprintdstlist.c26 return dst.ipld_next;
59 return dst.ipld_next;
/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.h37 struct ippool_dst *ipld_next; member in struct:ippool_dst
H A Dip_dstlist.c289 next = node->ipld_next;
381 next = dsttab->ipld_next;
387 hint = next->ipld_next;
875 softd->tails[unit + 1] = &new->ipld_next;
938 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next)
942 *d->ipld_pnext = d->ipld_next;
943 if (d->ipld_next != NULL)
944 d->ipld_next->ipld_pnext = d->ipld_pnext;
946 d->ipld_next = NULL;
1059 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {
[all...]
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h37 struct ippool_dst *ipld_next; member in struct:ippool_dst
H A Dip_dstlist.c289 next = node->ipld_next;
381 next = dsttab->ipld_next;
387 hint = next->ipld_next;
875 softd->tails[unit + 1] = &new->ipld_next;
938 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next)
942 *d->ipld_pnext = d->ipld_next;
943 if (d->ipld_next != NULL)
944 d->ipld_next->ipld_pnext = d->ipld_pnext;
946 d->ipld_next = NULL;
1059 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dippool.c1027 dlstp->ipls_list[role] = table.ipld_next;

Completed in 86 milliseconds