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

/netbsd-current/external/bsd/ipf/dist/
H A Dip_dstlist.h47 int ipld_maxnodes; member in struct:ippool_dst
H A Dip_dstlist.c563 if (d->ipld_nodes == d->ipld_maxnodes) {
565 sizeof(*nodes) * (d->ipld_maxnodes + 1));
574 sizeof(*nodes) * d->ipld_maxnodes);
579 d->ipld_maxnodes++;
983 d->ipld_maxnodes * sizeof(*d->ipld_dests));
1340 for (j = 0; j < list->ipld_maxnodes; j++) {
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dstlist.h47 int ipld_maxnodes; member in struct:ippool_dst
H A Dip_dstlist.c539 if (d->ipld_nodes == d->ipld_maxnodes) {
541 sizeof(*nodes) * (d->ipld_maxnodes + 1));
550 sizeof(*nodes) * d->ipld_maxnodes);
555 d->ipld_maxnodes++;
939 d->ipld_maxnodes * sizeof(*d->ipld_dests));
1279 for (j = 0; j < list->ipld_maxnodes; j++) {

Completed in 118 milliseconds