HomeSort by: relevance | last modified time | path
    Searched refs:ub_ctx_resolvconf (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/contrib/
libunbound.so.conf 19 int ub_ctx_resolvconf(ub_ctx*, string);
  /src/external/bsd/unbound/dist/libunbound/
unbound.h 267 * default. Use ub_ctx_resolvconf and ub_ctx_hosts to read them.
331 * use the call ub_ctx_resolvconf.
388 int ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname);
libunbound.c 1143 ub_ctx_resolvconf(struct ub_ctx* ctx, const char* fname) function
  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 467 check_ub_res(ub_ctx_resolvconf(ctx, "/etc/resolv.conf"));
unbound-anchor.c 302 r = ub_ctx_resolvconf(ctx, res_conf);
  /src/external/bsd/unbound/dist/testcode/
asynclook.c 442 r = ub_ctx_resolvconf(ctx, optarg);
444 printf("ub_ctx_resolvconf "
  /src/external/bsd/unbound/dist/libunbound/python/
libunbound.i 414 return _unbound.ub_ctx_resolvconf(self,fname)

Completed in 28 milliseconds