Searched refs:aspath1 (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.c1427 aspath_cmp_left (const struct aspath *aspath1, const struct aspath *aspath2) argument
1432 if (!(aspath1 && aspath2))
1435 seg1 = aspath1->segments;
1564 aspath_cmp_left_confed (const struct aspath *aspath1, const struct aspath *aspath2) argument
1566 if (! (aspath1 && aspath2) )
1569 if ( !(aspath1->segments && aspath2->segments) )
1572 if ( (aspath1->segments->type != AS_CONFED_SEQUENCE)
1576 if (aspath1->segments->as[0] == aspath2->segments->as[0])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.c1427 aspath_cmp_left (const struct aspath *aspath1, const struct aspath *aspath2) argument
1432 if (!(aspath1 && aspath2))
1435 seg1 = aspath1->segments;
1564 aspath_cmp_left_confed (const struct aspath *aspath1, const struct aspath *aspath2) argument
1566 if (! (aspath1 && aspath2) )
1569 if ( !(aspath1->segments && aspath2->segments) )
1572 if ( (aspath1->segments->type != AS_CONFED_SEQUENCE)
1576 if (aspath1->segments->as[0] == aspath2->segments->as[0])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.c1427 aspath_cmp_left (const struct aspath *aspath1, const struct aspath *aspath2) argument
1432 if (!(aspath1 && aspath2))
1435 seg1 = aspath1->segments;
1564 aspath_cmp_left_confed (const struct aspath *aspath1, const struct aspath *aspath2) argument
1566 if (! (aspath1 && aspath2) )
1569 if ( !(aspath1->segments && aspath2->segments) )
1572 if ( (aspath1->segments->type != AS_CONFED_SEQUENCE)
1576 if (aspath1->segments->as[0] == aspath2->segments->as[0])

Completed in 122 milliseconds