Lines Matching defs:nconf
237 static struct dhcp6leased_conf *nconf;
326 if (nconf != NULL)
333 if ((nconf = malloc(sizeof(struct dhcp6leased_conf))) ==
336 memcpy(nconf, imsg.data,
338 SIMPLEQ_INIT(&nconf->iface_list);
351 SIMPLEQ_INSERT_TAIL(&nconf->iface_list,
397 if (nconf == NULL)
401 ifaces = changed_ifaces(frontend_conf, nconf);
402 merge_config(frontend_conf, nconf);
403 nconf = NULL;
1017 changed_ifaces(struct dhcp6leased_conf *oconf, struct dhcp6leased_conf *nconf)
1028 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry)
1033 SIMPLEQ_FOREACH(iface_conf, &nconf->iface_list, entry) {
1049 if (find_iface_conf(&nconf->iface_list, oiface_conf->name) ==