Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Doptions.h200 int answer_cookie; member
H A Dnsd-checkconf.c442 SERV_GET_BIN(answer_cookie, o); in config_print_zone()
716 printf("\tanswer-cookie: %s\n", opt->answer_cookie?"yes":"no"); in config_test_print_server()
H A Dconfigparser.y493 { cfg_parser->opt->answer_cookie = $2; }
H A Dnsd.c1252 nsd.do_answer_cookie = nsd.options->answer_cookie; in main()
H A Doptions.c142 opt->answer_cookie = 1; in nsd_options_create()