Searched refs:cluster (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/dsslib/bgp/ |
H A D | bgp-fixed.c | 132 if (rp->cluster.size) 133 swapmem(state->swap, rp->data + rp->cluster.offset, rp->data + rp->cluster.offset, rp->cluster.size * sizeof(Bgpnum_t));
|
H A D | bgp-cisco.c | 225 rp->cluster.offset = rp->cluster.size = rp->community.offset = rp->community.size = 0; 238 (*disc->errorf)(NiL, disc, 1, "%s: cluster list too long -- truncated to %d", file->format->name, n); 254 (*disc->errorf)(NiL, disc, 1, "%s: cluster list too long -- truncated to %d", file->format->name, n); 256 rp->cluster.offset = o; 257 rp->cluster.size = n / sizeof(Bgpnum_t); 384 if (rp->cluster.size) 389 for (i = 0, j = rp->cluster.size; i < j; i++)
|
H A D | bgp-ciscov6.c | 285 if (rp->cluster.size) 290 for (i = 0, j = rp->cluster.size; i < j; i++)
|
H A D | bgp.c | 65 CXV("cluster", "cluster_t", BGP_cluster, "Cluster id list.") 129 CXD("cluster_len", "number", BGP_cluster_len, "DEPRECATED -- use sizeof(cluster). Cluster id list length.") 216 r->value.buffer.data = rp->data + rp->cluster.offset; 217 r->value.buffer.size = rp->cluster.size * sizeof(Bgpnum_t); 489 r->value.number = rp->cluster.size;
|
H A D | bgp-mrt.c | 1020 BGPALLOC(rp, state->size, Bgpnum_t, np, k, &rp->cluster, "cluster list", disc);
|
/ast/src/lib/libcs/ |
H A D | genlocal.sh | 32 integer cluster=5 204 if ((d>1&&d<cluster)) 219 do if (((v[j]-v[j-1])>1||(v[j]-v[i])>cluster))
|
/ast/src/cmd/dsslib/ip_t/ |
H A D | bgp.h | 181 #define BGPCLUSTER(r) ((Bgpnum_t*)((r)->data+(r)->cluster.offset)) 268 Bgpvec_t cluster; /* clusters */ member in struct:Bgproute_s
|
Completed in 22 milliseconds