Searched refs:aggregator_as (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_attr.h57 as_t aggregator_as; member in struct:attr
H A Dbgp_attr.c290 key += attr->aggregator_as;
329 && attr1->aggregator_as == attr2->aggregator_as
512 attr.aggregator_as = bgp->confed_id;
514 attr.aggregator_as = bgp->as;
846 attr->aggregator_as = stream_getw (peer->ibuf);
1466 stream_putw (s, attr->aggregator_as);
1818 stream_putw (s, attr->aggregator_as);
H A Dbgp_debug.c202 if (attr->aggregator_as)
204 attr->aggregator_as, inet_ntoa (attr->aggregator_addr));
H A Dbgp_snmp.c799 return SNMP_INTEGER (binfo->attr->aggregator_as);
H A Dbgp_routemap.c1356 bgp_info->attr->aggregator_as = aggregator->as;
H A Dbgp_route.c4166 vty_out (vty, " (aggregated by %d %s)", attr->aggregator_as,

Completed in 75 milliseconds