Searched refs:ipld_maxnodes (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/
H A Dip_dstlist.h45 int ipld_maxnodes; member in struct:ippool_dst
H A Dip_dstlist.c561 if (d->ipld_nodes == d->ipld_maxnodes) {
563 sizeof(*nodes) * (d->ipld_maxnodes + 1));
572 sizeof(*nodes) * d->ipld_maxnodes);
577 d->ipld_maxnodes++;
981 d->ipld_maxnodes * sizeof(*d->ipld_dests));
1338 for (j = 0; j < list->ipld_maxnodes; j++) {
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dstlist.h45 int ipld_maxnodes; member in struct:ippool_dst
H A Dip_dstlist.c561 if (d->ipld_nodes == d->ipld_maxnodes) {
563 sizeof(*nodes) * (d->ipld_maxnodes + 1));
572 sizeof(*nodes) * d->ipld_maxnodes);
577 d->ipld_maxnodes++;
981 d->ipld_maxnodes * sizeof(*d->ipld_dests));
1338 for (j = 0; j < list->ipld_maxnodes; j++) {

Completed in 126 milliseconds