Lines Matching defs:nconf
236 static struct dhcpleased_conf *nconf;
350 if (nconf != NULL)
353 if ((nconf = malloc(sizeof(struct dhcpleased_conf))) ==
356 SIMPLEQ_INIT(&nconf->iface_list);
372 SIMPLEQ_INSERT_TAIL(&nconf->iface_list,
433 if (nconf == NULL)
437 ifaces = changed_ifaces(frontend_conf, nconf);
438 merge_config(frontend_conf, nconf);
439 nconf = NULL;
1248 changed_ifaces(struct dhcpleased_conf *oconf, struct dhcpleased_conf *nconf)
1259 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry)
1264 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry) {
1280 if (find_iface_conf(&nconf->iface_list, oiface_conf->name) ==