HomeSort by: relevance | last modified time | path
    Searched defs:total_routes (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/routed/
table.c 70 int total_routes; variable in typeref:typename:int
1753 if (++total_routes == MAX_ROUTES)
1754 msglog("have maximum (%d) routes", total_routes);
1891 total_routes--;
table.c 70 int total_routes; variable in typeref:typename:int
1753 if (++total_routes == MAX_ROUTES)
1754 msglog("have maximum (%d) routes", total_routes);
1891 total_routes--;
table.c 70 int total_routes; variable in typeref:typename:int
1753 if (++total_routes == MAX_ROUTES)
1754 msglog("have maximum (%d) routes", total_routes);
1891 total_routes--;

Completed in 138 milliseconds