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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dlog.c900 zroute_lookup(u_int zroute) argument
904 if (zroute >= array_size(route_types))
906 zlog_err("unknown zebra route type: %u", zroute);
909 if (zroute == route_types[zroute].type)
910 return &route_types[zroute];
913 if (zroute == route_types[i].type)
916 "while searching for %u, please notify developers", zroute);
920 zlog_err("internal error: cannot find route type %u in table!", zroute);
925 zebra_route_string(u_int zroute) argument
931 zebra_route_char(u_int zroute) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dlog.c900 zroute_lookup(u_int zroute) argument
904 if (zroute >= array_size(route_types))
906 zlog_err("unknown zebra route type: %u", zroute);
909 if (zroute == route_types[zroute].type)
910 return &route_types[zroute];
913 if (zroute == route_types[i].type)
916 "while searching for %u, please notify developers", zroute);
920 zlog_err("internal error: cannot find route type %u in table!", zroute);
925 zebra_route_string(u_int zroute) argument
931 zebra_route_char(u_int zroute) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dlog.c900 zroute_lookup(u_int zroute) argument
904 if (zroute >= array_size(route_types))
906 zlog_err("unknown zebra route type: %u", zroute);
909 if (zroute == route_types[zroute].type)
910 return &route_types[zroute];
913 if (zroute == route_types[i].type)
916 "while searching for %u, please notify developers", zroute);
920 zlog_err("internal error: cannot find route type %u in table!", zroute);
925 zebra_route_string(u_int zroute) argument
931 zebra_route_char(u_int zroute) argument
[all...]

Completed in 114 milliseconds