Home
last modified time | relevance | path

Searched refs:zonelist (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.c417 opt->zonelist = NULL; in parse_zone_list_file()
422 opt->zonelist = fopen(opt->zonelistfile, "r+"); in parse_zone_list_file()
423 if(!opt->zonelist) { in parse_zone_list_file()
432 if(fread(hdr, 1, strlen(ZONELIST_HEADER), opt->zonelist) != in parse_zone_list_file()
436 fclose(opt->zonelist); in parse_zone_list_file()
437 opt->zonelist = NULL; in parse_zone_list_file()
443 while(fgets(buf, sizeof(buf), opt->zonelist)) { in parse_zone_list_file()
469 ftello(opt->zonelist)-linesize); in parse_zone_list_file()
474 ftello(opt->zonelist)-linesize); in parse_zone_list_file()
481 opt->zonelist_off = ftello(opt->zonelist); in parse_zone_list_file()
[all …]
H A Doptions.h55 FILE* zonelist; member
H A Dnsd.conf.sample.in492 # Zones that are dynamically added and deleted are put in the zonelist file.
H A Dconfigure.ac121 # default zonelist file location.
/netbsd-src/external/bsd/nsd/dist/doc/
H A DChangeLog3043 - nsd-control delzone zone. Removes zone from zonelist.
3074 - nsd reads the zonelist file on start.
3082 - code to add and remove zonelist entries, and unit test.
3115 - work on zonelist read and storage.