Home
last modified time | relevance | path

Searched refs:ifcv (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.h132 char **ifcv; /* configured interfaces */ member
H A Dif-options.c2701 n = reallocarray(ctx->ifcv, in read_config()
2707 ctx->ifcv = n; in read_config()
2708 ctx->ifcv[ctx->ifcc] = strdup(line); in read_config()
2709 if (ctx->ifcv[ctx->ifcc] == NULL) { in read_config()
H A Ddhcpcd.c150 free(ctx->ifcv[ctx->ifcc - 1]); in free_globals()
151 free(ctx->ifcv); in free_globals()
152 ctx->ifcv = NULL; in free_globals()
H A Dif.c253 if (strcmp(ctx->ifcv[i], ifname) == 0) in if_hasconf()