Home
last modified time | relevance | path

Searched refs:answer_cookie (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.h196 int answer_cookie; member
H A Dnsd-checkconf.c442 SERV_GET_BIN(answer_cookie, o); in config_print_zone()
702 printf("\tanswer-cookie: %s\n", opt->answer_cookie?"yes":"no"); in config_test_print_server()
H A Dconfigparser.y487 { cfg_parser->opt->answer_cookie = $2; }
H A Dnsd.c1252 nsd.do_answer_cookie = nsd.options->answer_cookie; in main()
H A Dconfigparser.c2099 { cfg_parser->opt->answer_cookie = (yyvsp[0].bln); } in yyparse()
H A Doptions.c141 opt->answer_cookie = 0; in nsd_options_create()