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

/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-host.c410 check_ub_res(int r) function
439 check_ub_res(ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0"));
445 check_ub_res(ub_ctx_set_option(ctx, "do-ip6:", "no"));
448 check_ub_res(ub_ctx_set_option(ctx, "do-ip4:", "no"));
454 check_ub_res(ub_ctx_config(ctx, optarg));
457 check_ub_res(ub_ctx_add_ta_file(ctx, ROOT_ANCHOR_FILE));
465 check_ub_res(ub_ctx_resolvconf(ctx, "/etc/resolv.conf"));
474 check_ub_res(ub_ctx_add_ta(ctx, optarg));
477 check_ub_res(ub_ctx_add_ta_file(ctx, optarg));
480 check_ub_res(ub_ctx_trustedkey
[all...]

Completed in 159 milliseconds