Searched refs:check_ub_res (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 412 check_ub_res(int r) in check_ub_res() function 441 check_ub_res(ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0")); in main() 447 check_ub_res(ub_ctx_set_option(ctx, "do-ip6:", "no")); in main() 450 check_ub_res(ub_ctx_set_option(ctx, "do-ip4:", "no")); in main() 456 check_ub_res(ub_ctx_config(ctx, optarg)); in main() 459 check_ub_res(ub_ctx_add_ta_file(ctx, ROOT_ANCHOR_FILE)); in main() 467 check_ub_res(ub_ctx_resolvconf(ctx, "/etc/resolv.conf")); in main() 476 check_ub_res(ub_ctx_add_ta(ctx, optarg)); in main() 479 check_ub_res(ub_ctx_add_ta_file(ctx, optarg)); in main() 482 check_ub_res(ub_ctx_trustedkeys(ctx, optarg)); in main() [all …]
|