Searched refs:as2 (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_aspath.c235 const as_t *as2 = p2; local
237 return (*as1 == *as2)
238 ? 0 : ( (*as1 > *as2) ? 1 : -1);
1007 /* Modify as1 using as2 for aggregation. */
1009 aspath_aggregate (struct aspath *as1, struct aspath *as2) argument
1016 struct assegment *seg2 = as2->segments;
1198 /* Merge as1 to as2. as2 should be uninterned aspath. */
1200 aspath_merge (struct aspath *as1, struct aspath *as2) argument
1204 if (! as1 || ! as2)
1221 aspath_prepend(struct aspath *as1, struct aspath *as2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.c235 const as_t *as2 = p2; local
237 return (*as1 == *as2)
238 ? 0 : ( (*as1 > *as2) ? 1 : -1);
1007 /* Modify as1 using as2 for aggregation. */
1009 aspath_aggregate (struct aspath *as1, struct aspath *as2) argument
1016 struct assegment *seg2 = as2->segments;
1198 /* Merge as1 to as2. as2 should be uninterned aspath. */
1200 aspath_merge (struct aspath *as1, struct aspath *as2) argument
1204 if (! as1 || ! as2)
1221 aspath_prepend(struct aspath *as1, struct aspath *as2) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.c235 const as_t *as2 = p2; local
237 return (*as1 == *as2)
238 ? 0 : ( (*as1 > *as2) ? 1 : -1);
1007 /* Modify as1 using as2 for aggregation. */
1009 aspath_aggregate (struct aspath *as1, struct aspath *as2) argument
1016 struct assegment *seg2 = as2->segments;
1198 /* Merge as1 to as2. as2 should be uninterned aspath. */
1200 aspath_merge (struct aspath *as1, struct aspath *as2) argument
1204 if (! as1 || ! as2)
1221 aspath_prepend(struct aspath *as1, struct aspath *as2) argument
[all...]

Completed in 117 milliseconds