Searched refs:ifcv (Results 1 – 4 of 4) sorted by relevance
101 char **ifcv; /* configured interfaces */ member
2275 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]);
161 free(ctx->ifcv[ctx->ifcc - 1]); in free_globals()162 free(ctx->ifcv); in free_globals()163 ctx->ifcv = NULL; in free_globals()
185 if (strcmp(ctx->ifcv[i], ifname) == 0) in if_hasconf()