configure.c | 63 find_route(struct rt *rts, const struct rt *r, struct rt **lrt, function in typeref:struct:rt * 113 f = find_route(routes, rt, &l, NULL); 354 if ((find_route(nrs, rt, NULL, NULL)) != NULL) 357 if ((or = find_route(routes, rt, &rtl, NULL))) { 385 if (find_route(nrs, rt, NULL, NULL) == NULL) 452 if (!find_route(routes, rt, NULL, NULL))
|