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

  /external/dhcpcd-6.8.2/
dhcpcd.h 126 struct rt_head *ipv4_kroutes; member in struct:dhcpcd_ctx
ipv4.c 202 if (ctx->ipv4_kroutes == NULL) {
203 ctx->ipv4_kroutes = malloc(sizeof(*ctx->ipv4_kroutes));
204 if (ctx->ipv4_kroutes == NULL)
206 TAILQ_INIT(ctx->ipv4_kroutes);
301 if (ctx->ipv4_kroutes == NULL)
303 TAILQ_FOREACH(r, ctx->ipv4_kroutes, next) {
335 if (ctx->ipv4_kroutes == NULL)
345 TAILQ_INSERT_TAIL(ctx->ipv4_kroutes, f, next);
350 TAILQ_REMOVE(ctx->ipv4_kroutes, f, next)
    [all...]
if-bsd.c 692 ipv4_freerts(ifp->ctx->ipv4_kroutes);
    [all...]
if-linux.c 1406 ipv4_freerts(ifp->ctx->ipv4_kroutes);
    [all...]

Completed in 193 milliseconds