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

  /external/dhcpcd-6.8.2/
ipv4.c 196 if (ctx->ipv4_routes == NULL) {
197 ctx->ipv4_routes = malloc(sizeof(*ctx->ipv4_routes));
198 if (ctx->ipv4_routes == NULL)
200 TAILQ_INIT(ctx->ipv4_routes);
355 if ((f = find_route(ctx->ipv4_routes, rt, NULL))) {
357 TAILQ_REMOVE(ctx->ipv4_routes, f, next);
693 if ((or = find_route(ctx->ipv4_routes, rt, NULL))) {
707 TAILQ_REMOVE(ctx->ipv4_routes, or, next);
728 if (ctx->ipv4_routes) {
    [all...]
dhcpcd.h 125 struct rt_head *ipv4_routes; member in struct:dhcpcd_ctx

Completed in 542 milliseconds