Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/smallapp/
HDunbound-host.c98 printf(" from %s\n", ROOT_ANCHOR_FILE); in usage()
459 check_ub_res(ub_ctx_add_ta_file(ctx, ROOT_ANCHOR_FILE)); in main()
HDunbound-anchor.c217 printf("-a file root key file, default %s\n", ROOT_ANCHOR_FILE); in usage()
2326 const char* root_anchor_file = ROOT_ANCHOR_FILE; in main()
/freebsd-head/lib/libunbound/
HDconfig.h825 #define ROOT_ANCHOR_FILE "/var/unbound/root.key" macro
/freebsd-head/contrib/unbound/
HDconfig.h.in912 #undef ROOT_ANCHOR_FILE
HDconfigure.ac256 AC_DEFINE_UNQUOTED(ROOT_ANCHOR_FILE, ["$hdr_rkey"], [default rootkey location]) definition