Home
last modified time | relevance | path

Searched refs:total_routes (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sbin/routed/
Dtable.c67 int total_routes; variable
1734 if (++total_routes == MAX_ROUTES) in rtadd()
1735 msglog("have maximum (%d) routes", total_routes); in rtadd()
1872 total_routes--; in rtdelete()
Ddefs.h182 extern int total_routes;
Dinput.c815 if (total_routes < MAX_ROUTES) in input_route()