Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcpcd.h101 char **ifcv; /* configured interfaces */ member
Dif-options.c2275 n = realloc(ctx->ifcv,
2281 ctx->ifcv = n;
2282 ctx->ifcv[ctx->ifcc] = strdup(line);
2283 if (ctx->ifcv[ctx->ifcc] == NULL) {
2289 ctx->ifcv[ctx->ifcc - 1]);
Ddhcpcd.c161 free(ctx->ifcv[ctx->ifcc - 1]); in free_globals()
162 free(ctx->ifcv); in free_globals()
163 ctx->ifcv = NULL; in free_globals()
Dif.c185 if (strcmp(ctx->ifcv[i], ifname) == 0) in if_hasconf()