Searched defs:be_res (Results 1 - 6 of 6) sorted by relevance
/sssd-io/src/providers/ad/ |
H A D | ad_common.h | 98 struct be_resolv_ctx *be_res; member in struct:ad_options
|
H A D | ad_srv.c | 236 struct be_resolv_ctx *be_res; member in struct:ad_get_client_site_state 256 struct be_resolv_ctx *be_res, 274 if (be_res == NULL || host_db == NULL || opts == NULL) { 280 state->be_res = be_res; 325 state->be_res->resolv, 326 state->be_res->family_order, 480 struct be_resolv_ctx *be_res; member in struct:ad_srv_plugin_ctx 492 struct be_resolv_ctx *be_res, 508 ctx->be_res 254 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 490 ad_srv_plugin_ctx_init(TALLOC_CTX *mem_ctx, struct be_ctx *be_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...] |
/sssd-io/src/providers/ |
H A D | backend.h | 71 struct be_resolv_ctx *be_res; member in struct:be_failover_ctx 90 struct be_resolv_ctx *be_res; member in struct:be_ctx
|
H A D | be_dyndns.c | 551 struct be_resolv_ctx *be_res; member in struct:nsupdate_get_addrs_state 565 struct be_resolv_ctx *be_res, 577 state->be_res = be_res; 593 subreq = resolv_gethostbyname_send(state, ev, be_res->resolv, hostname, 594 state->be_res->family_order, 687 if (((state->be_res->family_order == IPV4_FIRST && 689 (state->be_res->family_order == IPV6_FIRST && 692 retry_family_order = (state->be_res->family_order == IPV4_FIRST) ? \ 697 state->be_res 563 nsupdate_get_addrs_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_resolv_ctx *be_res, const char *hostname) argument [all...] |
/sssd-io/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);
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_common.h | 216 struct be_resolv_ctx *be_res; member in struct:ipa_options
|
Completed in 32 milliseconds