Lines Matching defs:nconf
215 static struct ldpd_conf *nconf;
380 if (pfkey_establish(nconf, nbr) == -1)
387 if ((nconf = malloc(sizeof(struct ldpd_conf))) ==
390 memcpy(nconf, imsg.data, sizeof(struct ldpd_conf));
392 LIST_INIT(&nconf->iface_list);
393 LIST_INIT(&nconf->tnbr_list);
394 LIST_INIT(&nconf->nbrp_list);
395 LIST_INIT(&nconf->l2vpn_list);
396 LIST_INIT(&nconf->auth_list);
409 LIST_INSERT_HEAD(&nconf->iface_list, niface, entry);
416 LIST_INSERT_HEAD(&nconf->tnbr_list, ntnbr, entry);
423 LIST_INSERT_HEAD(&nconf->nbrp_list, nnbrp, entry);
433 LIST_INSERT_HEAD(&nconf->l2vpn_list, nl2vpn, entry);
460 LIST_INSERT_HEAD(&nconf->auth_list, auth, entry);
465 merge_config(leconf, nconf);
466 nconf = NULL;