Searched refs:as4_path (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_attr.c1008 * aspath synthesizing with as4_path has already taken place.
1056 bgp_attr_as4_path (struct bgp_attr_parser_args *args, struct aspath **as4_path) argument
1062 *as4_path = aspath_parse (peer->ibuf, length, 1);
1065 if (!*as4_path)
1076 if (as4_path)
1279 struct aspath *as4_path, as_t as4_aggregator,
1375 newpath = aspath_reconcile_as4 (attr->aspath, as4_path);
1804 /* we need the as4_path only until we have synthesized the as_path with it */
1806 struct aspath *as4_path = NULL; local
1933 ret = bgp_attr_as4_path (&attr_args, &as4_path);
1277 bgp_attr_munge_as4_attrs(struct peer *const peer, struct attr *const attr, struct aspath *as4_path, as_t as4_aggregator, struct in_addr *as4_aggregator_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_attr.c1008 * aspath synthesizing with as4_path has already taken place.
1056 bgp_attr_as4_path (struct bgp_attr_parser_args *args, struct aspath **as4_path) argument
1062 *as4_path = aspath_parse (peer->ibuf, length, 1);
1065 if (!*as4_path)
1076 if (as4_path)
1279 struct aspath *as4_path, as_t as4_aggregator,
1375 newpath = aspath_reconcile_as4 (attr->aspath, as4_path);
1804 /* we need the as4_path only until we have synthesized the as_path with it */
1806 struct aspath *as4_path = NULL; local
1933 ret = bgp_attr_as4_path (&attr_args, &as4_path);
1277 bgp_attr_munge_as4_attrs(struct peer *const peer, struct attr *const attr, struct aspath *as4_path, as_t as4_aggregator, struct in_addr *as4_aggregator_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_attr.c1008 * aspath synthesizing with as4_path has already taken place.
1056 bgp_attr_as4_path (struct bgp_attr_parser_args *args, struct aspath **as4_path) argument
1062 *as4_path = aspath_parse (peer->ibuf, length, 1);
1065 if (!*as4_path)
1076 if (as4_path)
1279 struct aspath *as4_path, as_t as4_aggregator,
1375 newpath = aspath_reconcile_as4 (attr->aspath, as4_path);
1804 /* we need the as4_path only until we have synthesized the as_path with it */
1806 struct aspath *as4_path = NULL; local
1933 ret = bgp_attr_as4_path (&attr_args, &as4_path);
1277 bgp_attr_munge_as4_attrs(struct peer *const peer, struct attr *const attr, struct aspath *as4_path, as_t as4_aggregator, struct in_addr *as4_aggregator_addr) argument
[all...]

Completed in 127 milliseconds