Searched refs:total_routes (Results 1 – 3 of 3) sorted by relevance
67 int total_routes; variable1734 if (++total_routes == MAX_ROUTES) in rtadd()1735 msglog("have maximum (%d) routes", total_routes); in rtadd()1872 total_routes--; in rtdelete()
182 extern int total_routes;
815 if (total_routes < MAX_ROUTES) in input_route()