Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:srpl_connection

489                                    srpl_connection_t *srpl_connection, comm_t *connection, int rcode, bool last)
492 INFO("hostname = " PRI_S_SRP " host = %p server_state = %p srpl_connection = %p connection = %p rcode = "
493 PUB_S_SRP, hostname, host, server_state, srpl_connection, connection, dns_rcode_name(rcode));
499 if (srpl_connection != NULL) {
503 if (srpl_connection->srpl_advertise_finished_callback != NULL) {
504 srpl_connection->srpl_advertise_finished_callback(srpl_connection);
509 if (host != NULL && host->srpl_connection != NULL) {
511 host->update_server_id = host->srpl_connection->remote_partner_id;
512 host->server_stable_id = host->srpl_connection->stashed_host.server_stable_id;
516 // This is the safest place to clear this pointer--we do not want the srpl_connection pointer to not
519 srpl_connection_release(host->srpl_connection);
520 host->srpl_connection = NULL;
581 advertise_finished(adv_host_t *host, char *hostname, srp_server_t *server_state, srpl_connection_t *srpl_connection,
589 if (srp_replication_advertise_finished(host, hostname, server_state, srpl_connection, connection, rcode, last)) {
595 (void)srpl_connection;
1020 advertise_finished(host, host->name, host->server_state, host->srpl_connection,
1685 advertise_finished(host, host->name, host->server_state, host->srpl_connection,
3524 srpl_connection_t *srpl_connection = client_update->srpl_connection;
3543 srpl_connection, NULL, raw_message, dns_rcode_refused, NULL, false, true);
3553 if (srpl_connection != NULL) {
3602 new_host_name, key_id, srpl_connection == NULL ? "" : srpl_connection->name, plural, seenbuf);
3605 new_host_name, key_id, srpl_connection == NULL ? "" : srpl_connection->name);
3608 advertise_finished(host, new_host_name, server_state, srpl_connection,
3632 srpl_connection == NULL ? "" : srpl_connection->name);
3637 srpl_connection == NULL ? "" : srpl_connection->name);
3645 srpl_connection == NULL ? "" : srpl_connection->name);
3697 server_state, srpl_connection, connection, raw_message, dns_rcode_yxdomain, NULL, true, true);
3731 advertise_finished(NULL, rhp->name, server_state, srpl_connection,
3753 advertise_finished(NULL, rhp->name, server_state, srpl_connection,
3796 advertise_finished(NULL, host->name, server_state, srpl_connection,
3813 advertise_finished(NULL, host->name, server_state, srpl_connection,
3825 advertise_finished(NULL, host->name, server_state, srpl_connection,
3837 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3844 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3853 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3862 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3875 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3887 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3902 advertise_finished(NULL, new_host_name, server_state, srpl_connection,
3943 srp_replication_advertise_finished(host, host->name, server_state, srpl_connection,
3967 advertise_finished(host, new_host_name, server_state, srpl_connection,
4022 if (srpl_connection != NULL) {
4023 host->srpl_connection = srpl_connection;
4024 srpl_connection_retain(host->srpl_connection);