Searched refs:as1 (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_aspath.c234 const as_t *as1 = p1; 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
1015 struct assegment *seg1 = as1->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)
1207 last = new = assegment_dup_all (as1
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.c234 const as_t *as1 = p1; 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
1015 struct assegment *seg1 = as1->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)
1207 last = new = assegment_dup_all (as1
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.c234 const as_t *as1 = p1; 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
1015 struct assegment *seg1 = as1->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)
1207 last = new = assegment_dup_all (as1
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/linux/linux-2.6/arch/x86/kernel/
H A Dapm_32.c1347 struct apm_user *as1; local
1349 for (as1 = user_list;
1350 (as1 != NULL) && (as1->next != as);
1351 as1 = as1->next)
1353 if (as1 == NULL)
1356 as1->next = as->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dapm_32.c1347 struct apm_user *as1; local
1349 for (as1 = user_list;
1350 (as1 != NULL) && (as1->next != as);
1351 as1 = as1->next)
1353 if (as1 == NULL)
1356 as1->next = as->next;

Completed in 70 milliseconds