Searched refs:oldsrc (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Droute.h129 struct source *oldsrc, unsigned oldmetric);
131 struct source *oldsrc, unsigned short oldmetric);
H A Droute.c713 struct source *oldsrc; local
717 oldsrc = route->src;
745 route_changed(route, oldsrc, oldmetric);
747 route_lost(oldsrc, oldmetric);
752 release_source(oldsrc);
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, argument
899 if(route->src != oldsrc || (oldmetric < INFINITY && newmetric >= INFINITY))
945 struct source *oldsrc, unsigned short oldmetric)
959 send_triggered_update(route, oldsrc, oldmetric);
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Droute.h129 struct source *oldsrc, unsigned oldmetric);
131 struct source *oldsrc, unsigned short oldmetric);
H A Droute.c713 struct source *oldsrc; local
717 oldsrc = route->src;
745 route_changed(route, oldsrc, oldmetric);
747 route_lost(oldsrc, oldmetric);
752 release_source(oldsrc);
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, argument
899 if(route->src != oldsrc || (oldmetric < INFINITY && newmetric >= INFINITY))
945 struct source *oldsrc, unsigned short oldmetric)
959 send_triggered_update(route, oldsrc, oldmetric);
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Droute.h129 struct source *oldsrc, unsigned oldmetric);
131 struct source *oldsrc, unsigned short oldmetric);
H A Droute.c713 struct source *oldsrc; local
717 oldsrc = route->src;
745 route_changed(route, oldsrc, oldmetric);
747 route_lost(oldsrc, oldmetric);
752 release_source(oldsrc);
885 send_triggered_update(struct babel_route *route, struct source *oldsrc, argument
899 if(route->src != oldsrc || (oldmetric < INFINITY && newmetric >= INFINITY))
945 struct source *oldsrc, unsigned short oldmetric)
959 send_triggered_update(route, oldsrc, oldmetric);
944 route_changed(struct babel_route *route, struct source *oldsrc, unsigned short oldmetric) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/mips/
H A Dsgio2audio.c229 int newsrc, oldsrc; local
231 oldsrc = ad1843_get_recsrc(&chip->ad1843);
235 return newsrc != oldsrc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/mips/
H A Dsgio2audio.c229 int newsrc, oldsrc; local
231 oldsrc = ad1843_get_recsrc(&chip->ad1843);
235 return newsrc != oldsrc;

Completed in 125 milliseconds