Searched defs:bgp (Results 1 - 4 of 4) sorted by relevance
| /ast/src/cmd/dsslib/ip_t/ |
| H A D | bgpsize.c | 24 #include <bgp.h> 32 Bgproute_t bgp; local 43 if (total == TOTAL && pad == sizeof(bgp.pad) && data == sizeof(bgp.data)) 46 sfprintf(sfstdout, "edit bgp.h and adjust padding dimensions to pad[%u] and data[%u] for data aligned to %d bytes and a total size of %u\n", pad, data, ALIGN, TOTAL);
|
| /ast/src/cmd/dsslib/bgp/ |
| H A D | bgp-cisco.c | 22 * bgp cisco method 123 Bgp_t* bgp; local 200 bgp = (Bgp_t*)file->dss->data; 201 if ((i = (*bgp->type_as16path->internalf)(file->dss->cx, bgp->type_as16path, NiL, &bgp->type_as16path->format, &r, p, e - p, file->dss->cx->rm, disc)) < 0) 231 if ((i = (*bgp->type_community->internalf)(file->dss->cx, bgp->type_community, NiL, &bgp->type_community->format, &r, p, e - p, file->dss->cx->rm, disc)) < 0) 246 if ((i = (*bgp [all...] |
| H A D | bgp.c | 22 * bgp method 142 Bgp_t* bgp = BGPDATA(data); local 159 r->type = bgp->type_ipv6addr; 164 r->type = bgp->type_ipv4addr; 181 r->type = bgp->type_ipv6addr; 186 r->type = bgp->type_ipv4addr; 231 r->type = bgp->type_ipv6addr; 236 r->type = bgp->type_ipv4addr; 262 r->type = bgp->type_ipv6addr; 267 r->type = bgp 624 Bgp_t* bgp; local 655 Bgp_t* bgp; local [all...] |
| H A D | bgp-mrt.c | 22 * bgp mrt method 449 Bgp_t* bgp = (Bgp_t*)file->dss->data; local 457 ((Mrtstate_t*)file->data)->np = bgp->sub; 881 * XXX: mrt has no "old bgp" or "new bgp" marker 882 * old bgp AS_PATH contain 16 bit AS (i==m) 883 * new bgp AS_PATH contain 32 bit AS (i!=m most of the time)
|
Completed in 266 milliseconds