configure.c | 340 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local in function:build_routes 354 if ((find_route(nrs, rt, NULL, NULL)) != NULL) 377 rt->next = nrs; 378 nrs = rt; 385 if (find_route(nrs, rt, NULL, NULL) == NULL) 390 routes = nrs;
|