Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:backpointer

1062 		// Clear backpointer *before* calling mDNS_DeregisterService/unlink_and_free_service_instance
1570 if (si->clientnotified) SendServiceRemovalNotification(&si->srs); // Do this *before* clearing si->request backpointer
1571 // Now that we've cut this service_instance from the list, we MUST clear the si->request backpointer.
1577 // has no way to find it and clear its backpointer, and then when our mDNS_DeregisterService finally
1579 // a service_instance with a stale si->request backpointer pointing to memory that's already been freed.