Searched refs:drop_updates (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h82 int drop_updates; member in struct:nsd_options
H A Dnsd-checkconf.c413 SERV_GET_BIN(drop_updates, o);
611 printf("\tdrop-updates: %s\n", opt->drop_updates?"yes":"no");
H A Dconfigparser.y290 { cfg_parser->opt->drop_updates = $2; }
H A Dquery.c1578 if(nsd->options->drop_updates && q->opcode == OPCODE_UPDATE)
H A Dconfigparser.c1698 { cfg_parser->opt->drop_updates = (yyvsp[0].bln); }
H A Doptions.c66 opt->drop_updates = 0;

Completed in 368 milliseconds