HomeSort by relevance Sort by last modified time
    Searched refs:find_route (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/scripts/
reorder-services-moblab.sh 37 function find_route { function
57 find_route "${mode}" "${foreign%:*}"
  /external/dhcpcd-6.8.2/
ipv4.c 249 find_route(struct rt_head *rts, const struct rt *r, const struct rt *srt) function
355 if ((f = find_route(ctx->ipv4_routes, rt, NULL))) {
689 if ((find_route(nrs, rt, NULL)) != NULL)
693 if ((or = find_route(ctx->ipv4_routes, rt, NULL))) {
730 if (find_route(nrs, rt, NULL) == NULL &&

Completed in 325 milliseconds