Lines Matching defs:nconf
267 static struct rad_conf *nconf;
332 if (nconf != NULL)
338 if ((nconf = malloc(sizeof(struct rad_conf))) == NULL)
340 memcpy(nconf, imsg.data, sizeof(struct rad_conf));
341 SIMPLEQ_INIT(&nconf->ra_iface_list);
342 SIMPLEQ_INIT(&nconf->ra_options.ra_rdnss_list);
343 SIMPLEQ_INIT(&nconf->ra_options.ra_dnssl_list);
344 SIMPLEQ_INIT(&nconf->ra_options.ra_pref64_list);
345 ra_options = &nconf->ra_options;
362 SIMPLEQ_INSERT_TAIL(&nconf->ra_iface_list,
431 if (nconf == NULL)
434 merge_config(engine_conf, nconf);
435 nconf = NULL;