/sssd/src/providers/ad/ |
H A D | ad_srv.h | 28 struct be_resolv_ctx *be_res,
|
H A D | ad_srv.c | 235 struct be_resolv_ctx *be_res; member in struct:ad_get_client_site_state 255 struct be_resolv_ctx *be_res, 273 if (be_res == NULL || host_db == NULL || opts == NULL) { 279 state->be_res = be_res; 324 state->be_res->resolv, 325 state->be_res->family_order, 478 struct be_resolv_ctx *be_res; member in struct:ad_srv_plugin_ctx 488 struct be_resolv_ctx *be_res, 502 ctx->be_res 253 ad_get_client_site_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_resolv_ctx *be_res, enum host_database *host_db, struct sdap_options *opts, const char *ad_domain, struct fo_server_info *dcs, size_t num_dcs) argument 487 ad_srv_plugin_ctx_init(TALLOC_CTX *mem_ctx, struct be_resolv_ctx *be_res, enum host_database *host_dbs, struct sdap_options *opts, const char *hostname, const char *ad_domain, const char *ad_site_override) argument [all...] |
H A D | ad_dyndns.c | 66 ad_opts->be_res = be_ctx->be_res; 67 if (ad_opts->be_res == NULL) {
|
H A D | ad_common.h | 98 struct be_resolv_ctx *be_res; member in struct:ad_options
|
H A D | ad_init.c | 202 srv_ctx = ad_srv_plugin_ctx_init(be_ctx, be_ctx->be_res,
|
H A D | ad_subdomains.c | 211 srv_ctx = ad_srv_plugin_ctx_init(be_ctx, be_ctx->be_res,
|
/sssd/src/providers/ |
H A D | data_provider_fo.c | 47 opts->service_resolv_timeout = dp_opt_get_int(ctx->be_res->opts, 51 opts->family_order = ctx->be_res->family_order; 77 ctx->be_fo->be_res = ctx->be_res; 253 srv_ctx = fo_resolve_srv_dns_ctx_init(be_ctx, be_ctx->be_res->resolv, 254 be_ctx->be_res->family_order, 285 domain = dp_opt_get_string(ctx->be_res->opts, DP_RES_OPT_DNS_DOMAIN); 402 ctx->bctx->be_fo->be_res->resolv, 533 ctx->be_fo->be_res->resolv, 623 state->ctx->be_fo->be_res [all...] |
H A D | backend.h | 70 struct be_resolv_ctx *be_res; member in struct:be_failover_ctx 87 struct be_resolv_ctx *be_res; member in struct:be_ctx
|
H A D | be_dyndns.h | 120 struct be_resolv_ctx *be_res,
|
H A D | be_dyndns.c | 547 struct be_resolv_ctx *be_res; member in struct:nsupdate_get_addrs_state 561 struct be_resolv_ctx *be_res, 573 state->be_res = be_res; 589 subreq = resolv_gethostbyname_send(state, ev, be_res->resolv, hostname, 590 state->be_res->family_order, 683 if (((state->be_res->family_order == IPV4_FIRST && 685 (state->be_res->family_order == IPV6_FIRST && 688 retry_family_order = (state->be_res->family_order == IPV4_FIRST) ? \ 693 state->be_res 559 nsupdate_get_addrs_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_resolv_ctx *be_res, const char *hostname) argument [all...] |
H A D | data_provider_be.c | 596 resolv_reread_configuration(be_ctx->be_res->resolv);
|
/sssd/src/providers/ipa/ |
H A D | ipa_dyndns.c | 40 ctx->be_res = be_ctx->be_res; 41 if (ctx->be_res == NULL) {
|
H A D | ipa_common.h | 226 struct be_resolv_ctx *be_res; member in struct:ipa_options
|
H A D | ipa_init.c | 259 dnsdomain = dp_opt_get_string(be_ctx->be_res->opts, DP_RES_OPT_DNS_DOMAIN); 287 ret = dp_opt_set_string(be_ctx->be_res->opts, DP_RES_OPT_DNS_DOMAIN, 330 srv_ctx = ipa_srv_plugin_ctx_init(be_ctx, be_ctx->be_res->resolv,
|
H A D | ipa_subdomains_server.c | 289 srv_ctx = ad_srv_plugin_ctx_init(be_ctx, be_ctx->be_res,
|
/sssd/src/providers/ldap/ |
H A D | sdap_dyndns.c | 46 struct be_resolv_ctx *be_res; member in struct:sdap_dyndns_update_state 112 state->be_res = be_ctx->be_res; 129 switch (state->be_res->family_order) { 191 state->be_res, state->hostname);
|
H A D | sdap_async_sudo_hostinfo.c | 420 state->resolv_ctx = be_ctx->be_res->resolv; 425 hostname, be_ctx->be_res->family_order,
|