Searched defs:dyndns_ctx (Results 1 - 3 of 3) sorted by relevance

/sssd/src/providers/ad/
H A Dad_common.h99 struct be_nsupdate_ctx *dyndns_ctx; member in struct:ad_options
/sssd/src/providers/ldap/
H A Dsdap_dyndns.c815 struct be_nsupdate_ctx *dyndns_ctx; member in struct:sdap_dyndns_timer_state
826 struct be_nsupdate_ctx *dyndns_ctx)
839 state->dyndns_ctx = dyndns_ctx;
845 state->dyndns_ctx->timer_in_progress = true;
866 dyndns_ctx->timer_in_progress = false;
867 be_nsupdate_timer_schedule(ev, dyndns_ctx);
883 state->dyndns_ctx->timer_in_progress = false;
899 be_nsupdate_timer_schedule(state->ev, state->dyndns_ctx);
908 be_nsupdate_timer_schedule(state->ev, state->dyndns_ctx);
823 sdap_dyndns_timer_conn_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_id_ctx *sdap_ctx, struct be_nsupdate_ctx *dyndns_ctx) argument
[all...]
/sssd/src/providers/ipa/
H A Dipa_common.h227 struct be_nsupdate_ctx *dyndns_ctx; member in struct:ipa_options

Completed in 1356 milliseconds