Searched refs:addresses (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_dyndns.c54 struct sss_iface_addr *addresses; member in struct:sdap_dyndns_update_state
178 ret = sdap_dyndns_get_addrs_recv(subreq, state, &state->addresses);
181 DEBUG(SSSDBG_OP_FAILURE, "Can't get addresses for DNS update\n");
188 * records as well, we need to know the old addresses to be able to
225 "Could not receive list of current addresses [%d]: %s\n",
235 "and current addresses [%d]: %s\n", ret, strerror(ret));
242 "No DNS update needed, addresses did not change\n");
247 "Detected IP addresses change, will perform an update\n");
250 /* Either we needed the addresses for updating PTR records only or
251 * the addresses hav
586 struct sss_iface_addr *addresses; member in struct:sdap_dyndns_get_addrs_state
[all...]
/sssd-io/src/providers/
H A Dbe_dyndns.h94 uint8_t remove_af, struct sss_iface_addr *addresses,
H A Dbe_dyndns.c195 /* Collect IP addresses associated with an interface */
207 /* Get the IP addresses associated with the
223 /* Add IP addresses to the list */
269 nsupdate_msg_add_fwd(char *update_msg, struct sss_iface_addr *addresses, argument
276 /* A addresses first */
286 DLIST_FOR_EACH(new_record, addresses) {
306 /* AAAA addresses next */
316 DLIST_FOR_EACH(new_record, addresses) {
466 uint8_t remove_af, struct sss_iface_addr *addresses,
487 update_msg = nsupdate_msg_add_fwd(update_msg, addresses, hostnam
463 be_nsupdate_create_fwd_msg(TALLOC_CTX *mem_ctx, const char *realm, const char *servername, const char *hostname, const unsigned int ttl, uint8_t remove_af, struct sss_iface_addr *addresses, char **_update_msg) argument
[all...]
/sssd-io/src/providers/krb5/
H A Dkrb5_common.h101 int addresses; member in struct:krb5_ctx
/sssd-io/src/tests/cmocka/
H A Dtest_copy_ccache.c93 test_creds.addresses = addrs;

Completed in 36 milliseconds